Skip to content

Commit 14e3d36

Browse files
committed
update readthedoc config
1 parent b802bc4 commit 14e3d36

File tree

1 file changed

+6
-9
lines changed

1 file changed

+6
-9
lines changed

docs/.readthedocs.yaml

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,10 @@
44

55
version: 2
66

7-
python:
8-
install:
9-
- method: pip
10-
path: .
11-
extra_requirements:
12-
- docs
13-
- method: pip
14-
extra_requirements:
15-
- sphinx_rtd_theme
7+
build:
8+
os: ubuntu-22.04
9+
tools:
10+
python: "3.11"
11+
commands:
12+
- pip install sphinx_rtd_theme
1613

0 commit comments

Comments
 (0)