mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Update CHANGES for PR #4311
This commit is contained in:
parent
91350f35fa
commit
c7a4283ff7
3
CHANGES
3
CHANGES
@ -50,6 +50,7 @@ Features added
|
|||||||
* #3160: html: Use ``<kdb>`` to represent ``:kbd:`` role
|
* #3160: html: Use ``<kdb>`` to represent ``:kbd:`` role
|
||||||
* #4212: autosummary: catch all exceptions when importing modules
|
* #4212: autosummary: catch all exceptions when importing modules
|
||||||
* #3991, #4080: Add :confval:`math_numfig` for equation numbering by section
|
* #3991, #4080: Add :confval:`math_numfig` for equation numbering by section
|
||||||
|
* #4311: Let LaTeX obey :confval:`numfig_secnum_depth` for figures, tables, ...
|
||||||
|
|
||||||
|
|
||||||
Features removed
|
Features removed
|
||||||
@ -91,6 +92,8 @@ Bugs fixed
|
|||||||
* #4094: C++, allow empty template argument lists.
|
* #4094: C++, allow empty template argument lists.
|
||||||
* C++, also hyperlink types in the name of declarations with qualified names.
|
* C++, also hyperlink types in the name of declarations with qualified names.
|
||||||
* C++, do not add index entries for declarations inside concepts.
|
* 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
|
Testing
|
||||||
--------
|
--------
|
||||||
|
Loading…
Reference in New Issue
Block a user