Merge branch 'master' into ignore__all__

This commit is contained in:
Takeshi KOMIYA
2017-12-22 00:28:26 +09:00
committed by GitHub
17 changed files with 844 additions and 369 deletions

View File

@@ -49,7 +49,9 @@ Features added
* HTML themes can set up default sidebars through ``theme.conf``
* #3160: html: Use ``<kdb>`` to represent ``:kbd:`` role
* #4212: autosummary: catch all exceptions when importing modules
* #3991, #4080: Add :confval:`math_numfig` for equation numbering by section
* #4166: Add :confval:`math_numfig` for equation numbering by section (refs:
#3991, #4080). Thanks to Oliver Jahn.
* #4311: Let LaTeX obey :confval:`numfig_secnum_depth` for figures, tables, ...
* #947: autodoc now supports ignore-module-all to ignore a module's ``__all__``
@@ -92,6 +94,8 @@ Bugs fixed
* #4094: C++, allow empty template argument lists.
* C++, also hyperlink types in the name of declarations with qualified names.
* C++, do not add index entries for declarations inside concepts.
* #4314: For PDF 'howto' documents, numbering of code-blocks differs from the
one of figures and tables
Testing
--------
@@ -134,6 +138,8 @@ Bugs fixed
remote image
* #1421: Respect the quiet flag in sphinx-quickstart
* #4281: Race conditions when creating output directory
* #4315: For PDF 'howto' documents, ``latex_toplevel_sectioning='part'`` generates
``\chapter`` commands
Testing
--------