From c22866a17716ad08b3841cb4baba378f238f2824 Mon Sep 17 00:00:00 2001 From: Keewis Date: Tue, 4 Aug 2020 11:38:56 +0200 Subject: [PATCH] document that we don't require napoleon_use_param = True anymore --- sphinx/ext/napoleon/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sphinx/ext/napoleon/__init__.py b/sphinx/ext/napoleon/__init__.py index 6d7406ead39..6cab63c9fb7 100644 --- a/sphinx/ext/napoleon/__init__.py +++ b/sphinx/ext/napoleon/__init__.py @@ -239,7 +239,7 @@ def __unicode__(self): 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.