We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1be63d2 commit 84c4f27Copy full SHA for 84c4f27
.readthedocs.yaml
@@ -1,15 +1,19 @@
1
-# .readthedocs.yaml
2
-# Read the Docs configuration file
+# Read the Docs configuration file for MkDocs projects
3
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
4
5
# Required
6
version: 2
7
+# Set the version of Python and other tools you might need
8
+build:
9
+ os: ubuntu-20.04
10
+ tools:
11
+ python: "3.7"
12
+
13
mkdocs:
14
configuration: mkdocs.yml
15
-# Optionally set the version of Python and requirements required to build your docs
16
+# Optionally declare the Python requirements required to build your docs
17
python:
- version: "3.7"
18
install:
- - requirements: docs/requirements.txt
19
+ - requirements: docs/requirements.txt
0 commit comments