Skip to content

Commit

Permalink
🐛 fix: add missing plugin to mkdocs.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jzazo committed Aug 29, 2024
1 parent c45fd3e commit 99582e5
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docs/reference.md.jinja
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# :books: API reference
# :books: reference

::: {{ module_name }}
19 changes: 19 additions & 0 deletions template/{% if documentation %}mkdocs.yml{% endif %}.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,25 @@ extra_css:
# - js/tex-mml-chtml.js
plugins:
- search
- mkdocstrings:
default_handler: python
handlers:
python:
paths: [src]
options:
show_inheritance_diagram: true
show_if_no_docstring: true
show_symbol_type_toc: true
show_symbol_type_heading: true
show_signature_annotations: true
show_submodules: true
show_source: true
group_by_category: false
show_category_heading: true
docstring_options:
ignore_init_summary: false
merge_init_into_class: true
separate_signature: true
- awesome-pages
- mkdocs-video:
is_video: true
Expand Down

0 comments on commit 99582e5

Please sign in to comment.