Fix #6240: napoleon: Attributes and Methods sections ignore :noindex: option

This commit is contained in:
Takeshi KOMIYA
2020-03-21 18:54:44 +09:00
parent c75470f9b7
commit 89dd4bf438
3 changed files with 36 additions and 1 deletions

View File

@@ -141,6 +141,7 @@ Bugs fixed
* #2377: C, parse function pointers even in complex types.
* #7345: sphinx-build: Sphinx crashes if output directory exists as a file
* #7290: sphinx-build: Ignore bdb.BdbQuit when handling exceptions
* #6240: napoleon: Attributes and Methods sections ignore :noindex: option
Testing
--------