Skip to content

Commit 82c21f0

Browse files
authored
Fix the ReadTheDocs config (#1091)
Fixes "Config validation error in build.os. Value build not found."
1 parent d5cbecf commit 82c21f0

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

.readthedocs.yml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,15 @@
1+
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
2+
13
version: 2
24

5+
build:
6+
os: ubuntu-22.04
7+
tools:
8+
python: "3.7"
9+
310
sphinx:
411
configuration: containers/docs/conf.py
512

613
submodules:
714
include:
815
- containers/docs/_extensions/haddock-autolink
9-
10-
python:
11-
version: 3.7

0 commit comments

Comments
 (0)