We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 393e7db commit 2b70e6bCopy full SHA for 2b70e6b
.readthedocs.yaml
@@ -22,7 +22,10 @@ sphinx:
22
# Optional but recommended, declare the Python requirements required
23
# to build your documentation
24
# See https://docs.readthedocs.io/en/stable/guides/reproducible-builds.html
25
+# Here we follow https://docs.readthedocs.io/en/stable/config-file/v2.html#packages
26
python:
27
install:
- - sphinx
28
- - sphinx-rtd-theme
+ - method: pip
29
+ path: .
30
+ extra_requirements:
31
+ - docs
0 commit comments