Skip to content

Commit 76103cc

Browse files
committed
update readthedoc config
1 parent 14e3d36 commit 76103cc

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

docs/.readthedocs.yaml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,12 @@ build:
88
os: ubuntu-22.04
99
tools:
1010
python: "3.11"
11-
commands:
12-
- pip install sphinx_rtd_theme
11+
12+
python:
13+
install:
14+
- method: pip
15+
path: .
16+
- method: pip
17+
extra_requirements:
18+
- sphinx_rtd_theme
1319

0 commit comments

Comments
 (0)