Update ReadTheDocs configuration to avoid deprecation warnings with
ReadTheDocs.
This commit is contained in:
parent
a05b9a5233
commit
6766bcaf27
@ -1,9 +1,16 @@
|
|||||||
|
# required
|
||||||
version: 2
|
version: 2
|
||||||
|
|
||||||
|
build:
|
||||||
|
os: ubuntu-20.04
|
||||||
|
tools:
|
||||||
|
python: "3.9"
|
||||||
|
|
||||||
|
# Build documentation in the doc/src directory with Sphinx
|
||||||
sphinx:
|
sphinx:
|
||||||
configuration: doc/src/conf.py
|
configuration: doc/src/conf.py
|
||||||
|
|
||||||
|
# declare Python requirements required to build docs
|
||||||
python:
|
python:
|
||||||
version: 3.8
|
|
||||||
install:
|
install:
|
||||||
- requirements: doc/requirements.txt
|
- requirements: doc/requirements.txt
|
||||||
|
|||||||
@ -1,2 +1,2 @@
|
|||||||
sphinx==4.1.2
|
sphinx>=4.2.0
|
||||||
sphinx_rtd_theme==0.5.1
|
sphinx-rtd-theme>=0.5.2
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user