We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0de2d51 commit 81b3c16Copy full SHA for 81b3c16
.readthedocs.yaml
@@ -14,3 +14,10 @@ build:
14
# Build documentation in the "docs/" directory with Sphinx
15
sphinx:
16
configuration: docs/conf.py
17
+
18
+# Optional but recommended, declare the Python requirements required
19
+# to build your documentation
20
+# See https://docs.readthedocs.io/en/stable/guides/reproducible-builds.html
21
+python:
22
+ install:
23
+ - requirements: rtd.txt
0 commit comments