Skip to content

Commit

Permalink
suppress warning from mkdocstrings > griffe
Browse files Browse the repository at this point in the history
  • Loading branch information
arogozhnikov committed Sep 17, 2024
1 parent 79a4d3d commit 4c4070e
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,12 @@ markdown_extensions:
- markdown.extensions.md_in_html
plugins:
- search
- mkdocstrings
- mkdocstrings:
handlers:
python:
options:
docstring_options:
warn_unknown_params: false
- mkdocs-jupyter
extra_javascript:
- https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.0/MathJax.js?config=TeX-MML-AM_CHTML
Expand Down

0 comments on commit 4c4070e

Please sign in to comment.