From 1c5340ab9681300f6da0af47683bcf139e2f543b Mon Sep 17 00:00:00 2001 From: Wytamma Wirth Date: Fri, 10 Nov 2023 16:21:40 +1100 Subject: [PATCH] :wrench: update config for mkdocstrings --- mkdocs.yml | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/mkdocs.yml b/mkdocs.yml index ce1152a..1ed0c37 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -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