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:
parent
6debce63bc
commit
b859a377c0
@ -3,8 +3,12 @@ version: 2
|
|||||||
formats:
|
formats:
|
||||||
- htmlzip
|
- htmlzip
|
||||||
|
|
||||||
|
build:
|
||||||
|
os: ubuntu-22.04
|
||||||
|
tools:
|
||||||
|
python: "3.8"
|
||||||
|
|
||||||
python:
|
python:
|
||||||
version: 3.8
|
|
||||||
install:
|
install:
|
||||||
- requirements: docs/requirements.txt
|
- requirements: docs/requirements.txt
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user