We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ed630c commit 2225cd2Copy full SHA for 2225cd2
1 file changed
.readthedocs.yml
@@ -5,6 +5,16 @@
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.9"
13
+ # You can also specify other tool versions:
14
+ # nodejs: "20"
15
+ # rust: "1.70"
16
+ # golang: "1.20"
17
+
18
# Build documentation in the docs/ directory with Sphinx
19
sphinx:
20
configuration: docs/conf.py
@@ -18,6 +28,5 @@ formats: all
28
29
# Optionally set the version of Python and requirements required to build your docs
30
python:
21
- version: 3.9
22
31
install:
23
32
- requirements: requirements.txt
0 commit comments