We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cda1325 commit c841c45Copy full SHA for c841c45
.readthedocs.yaml
@@ -3,7 +3,12 @@ version: 2
3
sphinx:
4
configuration: docs/conf.py
5
6
+build:
7
+ os: "ubuntu-22.04"
8
+ tools:
9
+ # this means the latest python 3
10
+ python: "3"
11
+
12
python:
- version: 3.8
13
install:
14
- requirements: docs/requirements.txt
docs/requirements.txt
@@ -1,4 +1,4 @@
1
-Sphinx~=4.5.0
2
-sphinx-rtd-theme~=1.0.0
-myst-parser~=0.17.2
+Sphinx~=5.3.0
+sphinx-rtd-theme~=1.1.0
+myst-parser~=1.0.0
docutils<0.19
0 commit comments