Skip to content

Commit f4e68fb

Browse files
committed
Fix RTD build issue
1 parent 84f8df3 commit f4e68fb

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

.readthedocs.yml

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

8+
# Set the version of Python and other tools you might need
9+
build:
10+
os: ubuntu-22.04
11+
tools:
12+
python: "3.11"
13+
814
##
915
## Code for debugging directory structure in readthedocs
1016
## to fix broken links, etc.
@@ -27,8 +33,7 @@ sphinx:
2733
# Optionally build docs in add'l formats such as PDF and ePub
2834
#formats: all
2935

30-
# Optionally set the version of Python and requirements to build the docs
36+
# Set requirements needed to build the docs
3137
python:
32-
version: 3.7
3338
install:
3439
- requirements: docs/requirements.txt

0 commit comments

Comments
 (0)