Skip to content

Commit 42c5cba

Browse files
authored
update readthedocs build config (#411)
1 parent 16d245a commit 42c5cba

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

.readthedocs.yaml

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

8+
# Set the OS, Python version and other tools you might need
9+
build:
10+
os: ubuntu-22.04
11+
tools:
12+
python: "3.11"
13+
# You can also specify other tool versions:
14+
# nodejs: "20"
15+
# rust: "1.70"
16+
# golang: "1.20"
17+
18+
819
# Build documentation in the docs/ directory with Sphinx
920
sphinx:
1021
configuration: docs/conf.py
@@ -13,7 +24,6 @@ sphinx:
1324
formats: all
1425

1526
python:
16-
version: 3.7
1727
install:
1828
- method: pip
1929
path: .

0 commit comments

Comments
 (0)