We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b22713 commit 221b29cCopy full SHA for 221b29c
Fox/doc/.readthedocs.yaml
@@ -7,3 +7,9 @@ build:
7
8
sphinx:
9
configuration: Fox/doc/source/conf.py
10
+
11
+# Python requirements to build your documentation
12
+# See https://docs.readthedocs.io/en/stable/guides/reproducible-builds.html
13
+python:
14
+ install:
15
+ - requirements: Fox/doc/requirements.txt
Fox/doc/requirements.txt
@@ -0,0 +1 @@
1
+pydata-sphinx-theme
0 commit comments