Skip to content

Commit 89332f9

Browse files
committed
update readthedoc config
1 parent af64a8e commit 89332f9

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

docs/.readthedocs.yaml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,21 +2,18 @@
22
# Read the Docs configuration file
33
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
44

5-
# Required
65
version: 2
76

8-
# Set the version of Python and other tools you might need
97
build:
108
os: ubuntu-22.04
11-
tools:
12-
python: "3.11"
139

1410
python:
15-
version: "3.11"
11+
version: 3.11
1612
install:
1713
- method: pip
1814
path: .
1915
extra_requirements:
2016
- docs
2117
- method: pip
22-
requirements: sphinx_rtd_theme
18+
extra_requirements:
19+
- sphinx_rtd_theme

0 commit comments

Comments
 (0)