Skip to content

Commit 6682996

Browse files
committed
fix(docs): readthedocs dependencies
1 parent 94ecee5 commit 6682996

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.readthedocs.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,12 @@ build:
88
tools:
99
python: "3.12"
1010

11+
python:
12+
install:
13+
- method: pip
14+
path: .
15+
extra_requirements:
16+
- docs
17+
1118
sphinx:
1219
configuration: docs/conf.py

0 commit comments

Comments
 (0)