Skip to content

Commit 91108ea

Browse files
Update readthedocs config to fix docs build
1 parent 08af830 commit 91108ea

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.readthedocs.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,18 @@
55
# Required
66
version: 2
77

8+
# Set the OS, Python version and other tools you might need
9+
build:
10+
os: ubuntu-22.04
11+
tools:
12+
python: "3.12"
13+
814
# Build documentation in the docs/ directory with Sphinx
915
sphinx:
1016
configuration: docs/source/conf.py
1117

1218
# Optionally set the version of Python and requirements required to build your docs
1319
python:
14-
version: 3.8
1520
install:
1621
- requirements: docs/requirements.txt
1722
- requirements: requirements.txt

0 commit comments

Comments
 (0)