Skip to content

Commit

Permalink
🔧 update config for mkdocstrings
Browse files Browse the repository at this point in the history
  • Loading branch information
Wytamma committed Nov 10, 2023
1 parent b4afe4d commit 1c5340a
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,17 @@ extra:

plugins:
- search
- mkdocstrings
- mkdocstrings:
handlers:
python:
options:
docstring_style: "google"

markdown_extensions:
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences

0 comments on commit 1c5340a

Please sign in to comment.