Skip to content

Commit

Permalink
switch to numpy docstring style
Browse files Browse the repository at this point in the history
  • Loading branch information
glass-ships committed Jan 7, 2025
1 parent b9c4388 commit 8a4375f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/deploy_docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ on:
push:
branches:
- next
- docs

env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion mkdocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ plugins:
- https://mkdocstrings.github.io/griffe/objects.inv
options:
# See: https://mkdocstrings.github.io/usage/handlers/?h=docstring_style#selection-options
docstring_style: google
docstring_style: numpy
docstring_options:
docstring_section_style: table
ignore_init_summary: yes
Expand Down

0 comments on commit 8a4375f

Please sign in to comment.