We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 633d6c9 commit ce218bfCopy full SHA for ce218bf
1 file changed
readthedocs.yml
@@ -5,6 +5,11 @@
5
# Required
6
version: 2
7
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: doc/conf.py
@@ -14,6 +19,6 @@ formats: all
19
20
# Optionally set the version of Python and requirements required to build your docs
16
21
python:
17
- version: 3.7
22
+ version: 3.11
18
23
install:
24
- requirements: doc/requirements.txt
0 commit comments