Skip to content

Commit 7b9d632

Browse files
committed
Update readthedocs requirements
1 parent 4bc17d0 commit 7b9d632

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.readthedocs.yaml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,18 @@
11
version: 2
22

3+
# Set the OS, Python version and other tools you might need
4+
build:
5+
os: ubuntu-22.04
6+
tools:
7+
python: "3.10"
38

49
# Build from the docs/ directory with Sphinx
510
sphinx:
611
configuration: docs/source/conf.py
712

813
# Explicitly set the version of Python and its requirements
914
python:
10-
version: "3.8"
15+
# version: "3.8"
1116
install:
1217
- method: pip
1318
path: .

0 commit comments

Comments
 (0)