Skip to content

Commit

Permalink
Updated mkdocstrings to use python instead of python-legacy
Browse files Browse the repository at this point in the history
  • Loading branch information
vlasovskikh committed Nov 18, 2023
1 parent 43763cc commit a9ef286
Show file tree
Hide file tree
Showing 3 changed files with 47 additions and 64 deletions.
4 changes: 2 additions & 2 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,11 +54,11 @@ plugins:
- mkdocstrings:
handlers:
python:
rendering:
options:
show_root_toc_entry: false
show_root_heading: true
heading_level: 3
show_source: false
selection:
members: false
watch:
- funcparserlib
105 changes: 44 additions & 61 deletions poetry.lock

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

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ pre-commit = {version = "^3.5.0"}
tox = {version = "^4.4.6"}
mkdocs = {version = "^1.4.2"}
mkdocs-material = {version = "^9.1.1"}
mkdocstrings = {extras = ["python-legacy"], version = "^0.20.0"}
mkdocstrings = {extras = ["python"], version = "^0.24.0"}

[build-system]
requires = ["poetry-core>=1.5.1"]
Expand Down

0 comments on commit a9ef286

Please sign in to comment.