We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a05b9a5 commit 6766bcaCopy full SHA for 6766bca
.readthedocs.yaml
@@ -1,9 +1,16 @@
1
+# required
2
version: 2
3
4
+build:
5
+ os: ubuntu-20.04
6
+ tools:
7
+ python: "3.9"
8
+
9
+# Build documentation in the doc/src directory with Sphinx
10
sphinx:
- configuration: doc/src/conf.py
11
+ configuration: doc/src/conf.py
12
13
+# declare Python requirements required to build docs
14
python:
- version: 3.8
- install:
- - requirements: doc/requirements.txt
15
+ install:
16
+ - requirements: doc/requirements.txt
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
0 commit comments