We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 233d72e commit 365a778Copy full SHA for 365a778
.readthedocs.yaml
@@ -17,3 +17,7 @@ sphinx:
17
# Build documentation with MkDocs
18
#mkdocs:
19
# configuration: mkdocs.yml
20
+
21
+python:
22
+ install:
23
+ - requirements: docs/requirements.txt
docs/requirements.txt
@@ -0,0 +1,4 @@
1
+sphinx==4.3.2
2
+sphinx-rtd-theme==1.3.0
3
+sphinx-autobuild==2021.3.14
4
+sphinx-intl==2.1.0
0 commit comments