Skip to content

Commit b802bc4

Browse files
committed
update readthedoc config
1 parent 2c44612 commit b802bc4

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

docs/.readthedocs.yaml

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

55
version: 2
66

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

0 commit comments

Comments
 (0)