Skip to content

Commit caba0dc

Browse files
authored
Update ci.yml
1 parent f49a786 commit caba0dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
run: pip install -r requirements_doc.txt
7676

7777
- name: Run apidoc
78-
run: sphinx-apidoc --private -o docs/source chainopy/
78+
run: sphinx-apidoc --private -o docs/source ../
7979

8080
- name: Build HTML documentation
8181
run: sphinx-build -b html docs/source docs/build/html

0 commit comments

Comments
 (0)