We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 482d1b4 + 64a613c commit 6988a0cCopy full SHA for 6988a0c
.readthedocs.yaml
@@ -28,3 +28,4 @@ python:
28
install:
29
- method: pip
30
path: .
31
+ - requirements: docs/requirements.txt
docs/requirements.txt
@@ -0,0 +1,7 @@
1
+# Documentation build requirements for ReadTheDocs
2
+mkdocs>=1.6.1,<2.0.0
3
+mkdocs-material>=9.7.1,<10.0.0
4
+mkdocstrings[python]>=1.0.2,<2.0.0
5
+mkdocs-gen-files>=0.6.0,<0.7.0
6
+mkdocs-literate-nav>=0.6.2,<0.7.0
7
+mkdocs-section-index>=0.3.10,<0.4.0
0 commit comments