We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 67bb428 + 3ff0e55 commit 409d3b0Copy full SHA for 409d3b0
1 file changed
.readthedocs.yml
@@ -6,6 +6,10 @@
6
version: 2
7
8
# Build documentation in the docs/ directory with Sphinx
9
+build:
10
+ os: ubuntu-22.04
11
+ tools:
12
+ python: "3.7"
13
sphinx:
14
configuration: doc/conf.py
15
@@ -18,6 +22,5 @@ formats: []
18
22
19
23
# Optionally set the version of Python and requirements required to build your docs
20
24
python:
21
- version: 3.7
25
install:
26
- requirements: doc/requirements.txt
0 commit comments