We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent efe2bbc commit 3c31a11Copy full SHA for 3c31a11
2 files changed
.readthedocs.yaml
@@ -28,6 +28,6 @@ mkdocs:
28
# Optional but recommended, declare the Python requirements required
29
# to build your documentation
30
# See https://docs.readthedocs.io/en/stable/guides/reproducible-builds.html
31
-# python:
32
-# install:
33
-# - requirements: docs/requirements.txt
+python:
+ install:
+ - requirements: docs/requirements.txt
docs/requirements.txt
@@ -0,0 +1,2 @@
1
+mkdocs>=1.5.0
2
+mkdocs-material>=9.0.0
0 commit comments