Skip to content

Commit

Permalink
Update MKdocs template
Browse files Browse the repository at this point in the history
  • Loading branch information
Wytamma authored Nov 10, 2023
1 parent 95d4891 commit 6e80863
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion write_the/commands/mkdocs/templates.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,20 @@
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
"""

action_template = """
Expand Down

0 comments on commit 6e80863

Please sign in to comment.