We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99042a7 commit 8a772c7Copy full SHA for 8a772c7
.readthedocs.yaml
@@ -27,6 +27,6 @@ sphinx:
27
# Optional but recommended, declare the Python requirements required
28
# to build your documentation
29
# See https://docs.readthedocs.io/en/stable/guides/reproducible-builds.html
30
-# python:
31
-# install:
32
-# - requirements: doc/requirements.txt
+python:
+ install:
+ - requirements: doc/requirements.txt
doc/requirements.txt
@@ -0,0 +1,2 @@
1
+Sphinx >= 7.2.5
2
+sphinx_rtd_theme >= 1.3.0
0 commit comments