Skip to content

Commit ce218bf

Browse files
committed
Updated readthedocs file to new requirements
1 parent 633d6c9 commit ce218bf

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

readthedocs.yml

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

8+
build:
9+
os: ubuntu-22.04
10+
tools:
11+
python: "3.11"
12+
813
# Build documentation in the docs/ directory with Sphinx
914
sphinx:
1015
configuration: doc/conf.py
@@ -14,6 +19,6 @@ formats: all
1419

1520
# Optionally set the version of Python and requirements required to build your docs
1621
python:
17-
version: 3.7
22+
version: 3.11
1823
install:
1924
- requirements: doc/requirements.txt

0 commit comments

Comments
 (0)