We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 939405e commit cfa5c7eCopy full SHA for cfa5c7e
src/griffe2md/_internal/config.py
@@ -62,7 +62,7 @@ class ConfigDict(TypedDict, total=False):
62
"""The verbosity for annotations path: `brief` (recommended), `source` (as written in the source), or `full`."""
63
64
docstring_options: DocstringOptions
65
- """mkdocstring [configuration](https://mkdocstrings.github.io/python/usage/configuration/general/)"""
+ """Docstring options understood by Griffe. See [docstring parsers](https://mkdocstrings.github.io/griffe/reference/docstrings/)."""
66
67
docstring_section_style: Literal["list", "table"]
68
"""The style used to render docstring sections."""
0 commit comments