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 4dd7a7b commit bf1cdaeCopy full SHA for bf1cdae
.readthedocs.yml
@@ -4,6 +4,12 @@
4
# Required
5
version: 2
6
7
+# Set the version of Python and other tools you might need
8
+build:
9
+ os: ubuntu-22.04
10
+ tools:
11
+ python: "3.11"
12
+
13
# Build documentation in the docs/ directory with Sphinx
14
sphinx:
15
configuration: docs/source/conf.py
@@ -17,7 +23,6 @@ sphinx:
17
23
18
24
# Optionally set the version of Python and requirements required to build your docs
19
25
python:
20
- version: 3.8
21
26
install:
22
27
- requirements: docs/requirements.txt
28
- method: pip
0 commit comments