document that we don't require use_param = True anymore

This commit is contained in:
Keewis 2020-08-04 11:39:48 +02:00
parent cac6d1787d
commit cb61f0f734

View File

@ -239,7 +239,7 @@ class Config:
napoleon_type_aliases : :obj:`dict` (Defaults to None)
Add a mapping of strings to string, translating types in numpy
style docstrings. Only works when ``napoleon_use_param = True``.
style docstrings.
napoleon_custom_sections : :obj:`list` (Defaults to None)
Add a list of custom sections to include, expanding the list of parsed sections.