Skip to content

Commit b27c24e

Browse files
committed
Update Readthedocs configuration.
1 parent 3f37bee commit b27c24e

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.readthedocs.yaml

+6-1
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,14 @@ version: 2
99
sphinx:
1010
configuration: docs/conf.py
1111

12+
# Set the OS, Python version and other tools you might need
13+
build:
14+
os: ubuntu-22.04
15+
tools:
16+
python: "3.12"
17+
1218

1319
# Optionally set the version of Python and requirements required to build your docs
1420
python:
15-
version: 3.7
1621
install:
1722
- requirements: docs/requirements.txt

0 commit comments

Comments
 (0)