Skip to content

Commit 7d1cd7a

Browse files
authored
Fixed readthedocs (#290)
The ``build.os`` needs to be set in the readthedocs configuration file, see readthedocs/readthedocs.org#8912.
1 parent 4704237 commit 7d1cd7a

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.readthedocs.yml

+5-2
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,12 @@ sphinx:
1313
formats:
1414
- pdf
1515

16-
# Optionally set the version of Python and requirements required to build your docs
16+
build:
17+
os: ubuntu-22.04
18+
tools:
19+
python: "3.8"
20+
1721
python:
18-
version: 3.8
1922
install:
2023
- method: pip
2124
path: .

0 commit comments

Comments
 (0)