We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c1eea7 commit 00e5a34Copy full SHA for 00e5a34
.readthedocs.yml
@@ -5,18 +5,22 @@
5
# Required
6
version: 2
7
8
-# Build with sphinx
9
-sphinx:
10
- configuration: doc/source/conf.py
11
-
12
-# Build all the things
13
-formats: all
+# Build and VM configuration
+build:
+ os: 'ubuntu-22.04'
+ tools:
+ python: '3.10'
14
15
-# Python and requirements
+# Python requirements
16
python:
17
- version: '3.8'
18
install:
19
- requirements: requirements-rtd.txt
20
- method: pip
21
path: .
22
+# Build with sphinx
+sphinx:
23
+ configuration: doc/source/conf.py
24
+
25
+# Build all the things
26
+formats: all
0 commit comments