Skip to content

Commit 94082fa

Browse files
committed
Add build info to and update python version in readthedocs config
1 parent 5bf0224 commit 94082fa

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.readthedocs.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,16 @@
55
# Required
66
version: 2
77

8+
build:
9+
os: latest
10+
tools:
11+
python: "3.13"
12+
813
# Build documentation in the docs/ directory with Sphinx
914
sphinx:
1015
configuration: docs/conf.py
1116

1217
python:
13-
version: 3.7
18+
version: 3.13
1419
install:
1520
- requirements: dev_requirements.txt
16-

0 commit comments

Comments
 (0)