We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 827c97e + de32033 commit 5c2afd1Copy full SHA for 5c2afd1
1 file changed
.readthedocs.yml
@@ -5,6 +5,11 @@
5
# Required
6
version: 2
7
8
+build:
9
+ os: ubuntu-lts-latest
10
+ tools:
11
+ python: "3.11"
12
+
13
# Build documentation in the docs/ directory with Sphinx
14
sphinx:
15
builder: html
@@ -16,7 +21,6 @@ formats:
16
21
17
22
# Optionally set the version of Python and requirements required to build your docs
18
23
python:
19
- version: 3.11
20
24
install:
25
- method: pip
26
path: .
0 commit comments