Уже несколько дней пробовал разные варианты конфигурации. Не могу найти этот "волшебный" параметр.
Моя конфигурация:
Код: Выделить всё
plugins:
- mkdocstrings:
handlers:
python:
inventories:
- https://docs.python.org/3/objects.inv
options:
show_if_no_docstring: true
docstring_section_style: list
filters: ["!^_"]
inherited_members: true
root_members: false
merge_init_into_class: true
show_docstring_returns: false
parameter_headings: true
separate_signature: false
show_root_full_path: false
show_signature_annotations: true
show_symbol_type_heading: true
show_symbol_type_toc: true
signature_crossrefs: true
summary: true

Подробнее здесь: https://stackoverflow.com/questions/799 ... attributes