Skip to content

Commit 42f1d79

Browse files
Merge pull request #324 from rsagroup/rtd-specify-build-image
ReadTheDocs: new build image
2 parents 3760481 + e5f92e9 commit 42f1d79

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.readthedocs.yml

+5-1
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,13 @@ sphinx:
1010
# Optionally build your docs in additional formats such as PDF
1111
formats: all
1212

13+
build:
14+
os: ubuntu-22.04
15+
tools:
16+
python: "3.8"
17+
1318
# Optionally set the version of Python and requirements required to build your docs
1419
python:
15-
version: 3.7
1620
install:
1721
- requirements: requirements.txt
1822
- requirements: docs/requirements.txt

0 commit comments

Comments
 (0)