We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c46487 commit 6d87776Copy full SHA for 6d87776
.readthedocs.yaml
@@ -29,6 +29,6 @@ sphinx:
29
# Optional but recommended, declare the Python requirements required
30
# to build your documentation
31
# See https://docs.readthedocs.io/en/stable/guides/reproducible-builds.html
32
-# python:
33
-# install:
34
-# - requirements: docs/requirements.txt
+python:
+ install:
+ - requirements: docs/requirements.txt
docs/requirements.txt
@@ -0,0 +1,2 @@
1
+sphinx>=7.0.0
2
+recommonmark>=0.7.1
0 commit comments