There was an error while loading. Please reload this page.
1 parent 18c0fe3 commit 3bacbb8Copy full SHA for 3bacbb8
.readthedocs.yaml
@@ -0,0 +1,15 @@
1
+# .readthedocs.yaml
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
+mkdocs:
9
+ configuration: mkdocs.yml
10
11
+# Optionally set the version of Python and requirements required to build your docs
12
+python:
13
+ version: 3.8
14
+ install:
15
+ - requirements: docs/requirements.txt
docs/requirements.txt
@@ -0,0 +1,3 @@
+mkdocs>=1.1.2
+mkdocs-material>=7.0.5
+mkdocs-material-extensions>=1.0.1
requirements.txt
@@ -1,3 +1 @@
-mkdocs>=1.1.2
-mkdocs-material>=7.0.5
-mkdocs-material-extensions>=1.0.1
+# Automatically generated by https://github.com/damnever/pigar.
0 commit comments