We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a9f7f9 commit 8fc2a44Copy full SHA for 8fc2a44
.readthedocs.yaml
@@ -0,0 +1,26 @@
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
+formats:
9
+ - pdf
10
+ - epub
11
12
+# Build documentation with MkDocs
13
+mkdocs:
14
+ configuration: mkdocs.yml
15
16
+# Set the version of Python and other tools you might need
17
+build:
18
+ os: ubuntu-22.04
19
+ tools:
20
+ python: "3.6"
21
22
+python:
23
+ version: 3.6
24
+ install:
25
+ - method: pip
26
+ path: .
0 commit comments