diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index df8e8ac..adaec16 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -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 diff --git a/mkdocs.yml b/mkdocs.yml index 1dafaea..89234bd 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -55,6 +55,9 @@ plugins: handlers: python: paths: [taxidTools] + options: + docstring_style: numpy + show_source: False extra: analytics: