Skip to content

Commit e1e9c5d

Browse files
Update .readthedocs.yml
Apparently the 'build' section is required now, builds have been failing for a while because it was missing
1 parent 3baac12 commit e1e9c5d

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.readthedocs.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,12 @@ version: 2
99
#sphinx:
1010
# configuration: docs/conf.py
1111

12+
# Set the version of Python and other tools you might need
13+
build:
14+
os: ubuntu-22.04
15+
tools:
16+
python: "3.12"
17+
1218
# Build documentation with MkDocs
1319
mkdocs:
1420
configuration: docs/mkdocs.yml
@@ -19,6 +25,6 @@ mkdocs:
1925

2026
# Optionally set the version of Python and requirements required to build your docs
2127
python:
22-
version: 3.7
28+
version: 3.12
2329
install:
2430
- requirements: docs/requirements.txt

0 commit comments

Comments
 (0)