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:55:56 +0300
committerTakeshi KOMIYA <i.tkomiya@gmail.com>2021-11-25 20:55:56 +0300
commit2b0ba5089bc97dc0f3081297727be2458aca49fd (patch)
tree7396117e36cf33a8d8e36df8a1d7416cba09a524 /CHANGES
parentf2295d2f070e54f9ca14fce8e6b48804918c3b5d (diff)
parent15d834e4d892ef008cc2b0bfd33ab90db613b80f (diff)
Merge remote-tracking branch 'origin/4.x' into 4.x
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 6fd19ebed..3fe348515 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
----------