Skip to content

Commit 16a8e44

Browse files
authored
Update .readthedocs.yml
1 parent 2896c89 commit 16a8e44

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.readthedocs.yml

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

8+
build:
9+
os: ubuntu-22.04
10+
tools:
11+
python: "3.10"
812
# Build documentation in the docs/ directory with Sphinx
913
sphinx:
1014
configuration: docs/conf.py
@@ -17,7 +21,7 @@ sphinx:
1721
formats: all
1822

1923
# Optionally set the version of Python and requirements required to build your docs
24+
2025
python:
21-
version: 3.10
2226
install:
2327
- requirements: docs/requirements.txt

0 commit comments

Comments
 (0)