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