Skip to content

Commit 761a106

Browse files
authored
MAINT: fix RTD (#107)
1 parent 93c4f54 commit 761a106

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,12 +5,17 @@
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.11"
13+
814
# Build documentation in the docs/ directory with Sphinx
915
sphinx:
1016
configuration: docs/source/conf.py
1117

1218
python:
13-
version: 3.7
1419
install:
1520
- method: pip
1621
path: .

0 commit comments

Comments
 (0)