Skip to content

Commit 8e64ffa

Browse files
committed
fix autoapi build
1 parent 068f842 commit 8e64ffa

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.readthedocs.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,12 @@ build:
1414
tools:
1515
python: "miniconda3-3.12-24.1"
1616

17+
# Install package for autoapi
18+
python:
19+
install:
20+
- method: pip
21+
path: .
22+
1723

1824
# Build documentation in the "docs/" directory with Sphinx
1925
sphinx:

0 commit comments

Comments
 (0)