Skip to content

Commit 00e5a34

Browse files
committed
Update .readthedocs.yml
[skip ci]
1 parent 0c1eea7 commit 00e5a34

File tree

1 file changed

+12
-8
lines changed

1 file changed

+12
-8
lines changed

.readthedocs.yml

+12-8
Original file line numberDiff line numberDiff line change
@@ -5,18 +5,22 @@
55
# Required
66
version: 2
77

8-
# Build with sphinx
9-
sphinx:
10-
configuration: doc/source/conf.py
11-
12-
# Build all the things
13-
formats: all
8+
# Build and VM configuration
9+
build:
10+
os: 'ubuntu-22.04'
11+
tools:
12+
python: '3.10'
1413

15-
# Python and requirements
14+
# Python requirements
1615
python:
17-
version: '3.8'
1816
install:
1917
- requirements: requirements-rtd.txt
2018
- method: pip
2119
path: .
2220

21+
# Build with sphinx
22+
sphinx:
23+
configuration: doc/source/conf.py
24+
25+
# Build all the things
26+
formats: all

0 commit comments

Comments
 (0)