Skip to content

Commit 3cdbdca

Browse files
committed
RTD config update
1 parent 824fc2d commit 3cdbdca

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

.readthedocs.yaml

+7-8
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,14 @@
55
# Required
66
version: 2
77

8-
# Set the version of Python and other tools you might need
98
build:
10-
os: ubuntu-20.04
11-
tools:
12-
python: "3.9"
13-
# You can also specify other tool versions:
14-
# nodejs: "16"
15-
# rust: "1.55"
16-
# golang: "1.17"
9+
image: latest
10+
11+
python:
12+
version: 3.9
13+
install:
14+
- method: setuptools
15+
path: .
1716

1817
# Build documentation in the docs/ directory with Sphinx
1918
sphinx:

0 commit comments

Comments
 (0)