Use RTD's new build process and config (#3149)

See the deprecation notice:
https://docs.readthedocs.io/en/stable/config-file/v2.html#python-version
This commit is contained in:
Jakub Kuczys 2022-07-03 22:47:18 +02:00 committed by GitHub
parent 6debce63bc
commit b859a377c0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,8 +3,12 @@ version: 2
formats:
- htmlzip
build:
os: ubuntu-22.04
tools:
python: "3.8"
python:
version: 3.8
install:
- requirements: docs/requirements.txt