We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16d245a commit 42c5cbaCopy full SHA for 42c5cba
.readthedocs.yaml
@@ -5,6 +5,17 @@
5
# Required
6
version: 2
7
8
+# Set the OS, Python version and other tools you might need
9
+build:
10
+ os: ubuntu-22.04
11
+ tools:
12
+ python: "3.11"
13
+ # You can also specify other tool versions:
14
+ # nodejs: "20"
15
+ # rust: "1.70"
16
+ # golang: "1.20"
17
+
18
19
# Build documentation in the docs/ directory with Sphinx
20
sphinx:
21
configuration: docs/conf.py
@@ -13,7 +24,6 @@ sphinx:
24
formats: all
25
26
python:
- version: 3.7
27
install:
28
- method: pip
29
path: .
0 commit comments