Skip to content

Commit 6752560

Browse files
committed
fix action
1 parent bcd653f commit 6752560

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.readthedocs.yaml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,15 @@ build:
1818
# Install dependencies with poetry
1919
- poetry install --with docs
2020

21+
2122
sphinx:
2223
configuration: docs/source/conf.py
24+
25+
python:
26+
install:
27+
- method: pip
28+
path: .
29+
packages:
30+
- poetry
31+
extra_requirements:
32+
- docs

0 commit comments

Comments
 (0)