We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 12da405 commit 9bfb0b6Copy full SHA for 9bfb0b6
1 file changed
.readthedocs.yml
@@ -8,9 +8,14 @@ sphinx:
8
# Optionally build your docs in additional formats such as PDF and ePub
9
formats: all
10
11
-# Optionally set the version of Python and requirements required to build your docs
+# Set the OS, Python version and other tools you might need
12
+build:
13
+ os: ubuntu-22.04
14
+ tools:
15
+ python: "3.7"
16
+
17
+# Python configuration
18
python:
- version: 3.7
19
install:
20
- method: pip
21
path: .
0 commit comments