We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 97911c9 commit aabba19Copy full SHA for aabba19
.readthedocs.yml
@@ -7,8 +7,32 @@ build:
7
8
# Configuration
9
python:
10
- version: 3.10.11
+ version: 3.10
11
install:
12
- requirements: docs/requirements.txt
13
- method: pip
14
path: .
15
+
16
17
+# Read the Docs configuration file for Sphinx projects
18
+# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
19
20
+# Required
21
+version: 2
22
23
+python:
24
+ install:
25
+ - method: pip
26
+ path: .
27
+ extra_requirements:
28
+ - docs
29
30
+# Set the OS, Python version and other tools you might need
31
+build:
32
+ os: ubuntu-22.04
33
+ tools:
34
+ python: "3.10"
35
36
+# Build documentation in the "docs/" directory with Sphinx
37
+sphinx:
38
+ configuration: docs/conf.py
0 commit comments