Skip to content

Commit 8fd94f5

Browse files
committed
Fix sphinx config
`build.os` is now mandatory in `.readthedocs.yml`. (RTD will not automatically assume that you want the latest ubuntu, which is a deliberate choice from the devs). See readthedocs/readthedocs.org#8861 (comment).
1 parent 9108872 commit 8fd94f5

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
@@ -4,6 +4,11 @@
44
# Required
55
version: 2
66

7+
build:
8+
os: "ubuntu-22.04"
9+
tools:
10+
python: "3.10"
11+
712
# Build documentation in the docs/ directory with Sphinx
813
sphinx:
914
configuration: docs/conf.py
@@ -17,6 +22,5 @@ formats:
1722
- pdf
1823

1924
python:
20-
version: 3.8
2125
install:
2226
- requirements: docs/requirements.txt

0 commit comments

Comments
 (0)