Skip to content

Commit

Permalink
repair doc
Browse files Browse the repository at this point in the history
  • Loading branch information
gregdenay committed Jun 12, 2024
1 parent f77202e commit 6950933
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
run: cat LICENSE > docs/about/license.md

- name: Install Dependencies
run: pip install mkdocs-material mkdocstrings
run: pip install mkdocs-material mkdocstrings[python] ytkdocs[numpy-style]

- name: Publish Docs
run: mkdocs gh-deploy --force
3 changes: 3 additions & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,9 @@ plugins:
handlers:
python:
paths: [taxidTools]
options:
docstring_style: numpy
show_source: False

extra:
analytics:
Expand Down

0 comments on commit 6950933

Please sign in to comment.