Skip to content

Commit 137d516

Browse files
committed
try to fix build doc
1 parent 1e91fc9 commit 137d516

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.readthedocs.yaml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,18 @@
44

55
version: 2
66

7+
# Set the version of Python and other tools you might need
8+
build:
9+
os: ubuntu-22.04
10+
tools:
11+
python: "3.11"
12+
13+
# Build documentation in the docs/ directory with Sphinx
714
sphinx:
815
configuration: docs/conf.py
916

17+
# Optionally declare the Python requirements required to build your docs
1018
python:
11-
version: 3.8
1219
install:
1320
- requirements: docs/requirements.txt
1421

0 commit comments

Comments
 (0)