Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/sphinx-doc/sphinx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTakeshi KOMIYA <i.tkomiya@gmail.com>2021-11-25 20:15:43 +0300
committerGitHub <noreply@github.com>2021-11-25 20:15:43 +0300
commit15d834e4d892ef008cc2b0bfd33ab90db613b80f (patch)
tree9f7408f1c62cdf9b47d3bff17224db124ee6d9e1 /CHANGES
parent259de307cac9312e7a2f107d42606185c3aa8426 (diff)
parent73b7cd51ea29729a41c59d623bf08b32179470f5 (diff)
Merge pull request #9831 from Yoshanuikabundi/autosummary___all__
Allow autosummary to respect __all__
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index b3dbaaab4..4755d8784 100644
--- a/CHANGES
+++ b/CHANGES
@@ -15,6 +15,10 @@ Features added
* #9815: html theme: Wrap sidebar components in div to allow customizing their
layout via CSS
+* #9831: Autosummary now documents only the members specified in a module's
+ ``__all__`` attribute if :confval:`autosummary_ignore_module_all` is set to
+ ``False``. The default behaviour is unchanged. Autogen also now supports
+ this behavior with the ``--respect-module-all`` switch.
Bugs fixed
----------