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
|
||||
|
||||
sphinx:
|
||||
configuration: doc/src/conf.py
|
||||
build:
|
||||
os: ubuntu-20.04
|
||||
tools:
|
||||
python: "3.9"
|
||||
|
||||
# Build documentation in the doc/src directory with Sphinx
|
||||
sphinx:
|
||||
configuration: doc/src/conf.py
|
||||
|
||||
# declare Python requirements required to build docs
|
||||
python:
|
||||
version: 3.8
|
||||
install:
|
||||
- requirements: doc/requirements.txt
|
||||
install:
|
||||
- requirements: doc/requirements.txt
|
||||
|
||||
@ -1,2 +1,2 @@
|
||||
sphinx==4.1.2
|
||||
sphinx_rtd_theme==0.5.1
|
||||
sphinx>=4.2.0
|
||||
sphinx-rtd-theme>=0.5.2
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user