We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 36f0a2e commit 0a3909bCopy full SHA for 0a3909b
.readthedocs.yml
@@ -0,0 +1,16 @@
1
+# .readthedocs.yml
2
+# Read the Docs configuration file
3
+# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
4
+
5
+# Required
6
+version: 2
7
8
+# Build documentation with MkDocs
9
+mkdocs:
10
+ configuration: mkdocs.yml
11
12
+# Optionally set the version of Python and requirements required to build your docs
13
+python:
14
+ version: 3.7
15
+ install:
16
+ - requirements: docs/requirements.txt
docs/requirements.txt
@@ -0,0 +1 @@
+pymdown-extensions
0 commit comments