-
Notifications
You must be signed in to change notification settings - Fork 20
Open
Description
Line 99 in 8806edd
| rendering: |
[...]
- mkdocstrings:
handlers:
python:
rendering: <---- no longer supported
docstring_section_style: 'table'
heading_level: 2
line_length: 80
members_order: 'source'
merge_init_into_class: true
[...]
Per https://mkdocstrings.github.io/usage/handlers/?h=rendering#rendering-options :
"Since mkdocstrings 0.19, the YAML rendering key is merged into the options key."
Note: 0.19 was released in May 28, 2022.
Naturally, replacing "rendering:" with "options:" fixes it and allows mkdocs to run using a recent (>2022) version of mkdocstrings.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels