Skip to content

Commit 1538a11

Browse files
authored
Update docs workflow to use numpy-type documentation formatting
1 parent 0b7f2d7 commit 1538a11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/update_docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
pip install pdoc
2222
- name: Run pdoc and commit
2323
run: |
24-
pdoc --math -o docs stanify/
24+
pdoc --math --docformat numpy -o docs stanify/
2525
- uses: EndBug/add-and-commit@v7
2626
with:
2727
default_author: github_actions

0 commit comments

Comments
 (0)