Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,10 +67,10 @@ plugins:
show_source: true
group_by_category: false
show_category_heading: true
merge_init_into_class: true
separate_signature: true
docstring_options:
ignore_init_summary: false
merge_init_into_class: true
separate_signature: true
- awesome-pages
- git-revision-date-localized:
enable_creation_date: true
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ docs = [
"mkdocs-material",
"mkdocs-video",
"mkdocstrings",
"mkdocstrings-python==1.13",
"mkdocstrings-python",
"pymdown-extensions",
]

Expand Down
2 changes: 1 addition & 1 deletion template/pyproject.toml.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ docs = [
"mkdocs-material",
"mkdocs-video",
"mkdocstrings",
"mkdocstrings-python==1.13",
"mkdocstrings-python",
"pymdown-extensions",
]
{% endif %}
Expand Down
4 changes: 2 additions & 2 deletions template/{% if documentation %}mkdocs.yml{% endif %}.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -65,10 +65,10 @@ plugins:
show_source: true
group_by_category: false
show_category_heading: true
merge_init_into_class: true
separate_signature: true
docstring_options:
ignore_init_summary: false
merge_init_into_class: true
separate_signature: true
- awesome-pages
- mkdocs-video:
is_video: true
Expand Down
10 changes: 5 additions & 5 deletions uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading