mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Update CHANGES for PR#3022
This commit is contained in:
parent
b8e0e935e4
commit
40b644b664
4
CHANGES
4
CHANGES
@ -11,6 +11,8 @@ Incompatible changes
|
|||||||
* #2435: Slim down quickstarted conf.py
|
* #2435: Slim down quickstarted conf.py
|
||||||
* The ``sphinx.sty`` latex package does not load itself "hyperref", as this
|
* The ``sphinx.sty`` latex package does not load itself "hyperref", as this
|
||||||
is done later in the preamble of the latex output via ``'hyperref'`` key.
|
is done later in the preamble of the latex output via ``'hyperref'`` key.
|
||||||
|
* Sphinx does not ship anymore a custom modified LaTeX style file ``tabulary``.
|
||||||
|
The non-modified package is used.
|
||||||
|
|
||||||
Features added
|
Features added
|
||||||
--------------
|
--------------
|
||||||
@ -25,6 +27,7 @@ Features added
|
|||||||
* #3028: Add ``{path}`` and ``{basename}`` to the format of
|
* #3028: Add ``{path}`` and ``{basename}`` to the format of
|
||||||
``figure_language_filename``
|
``figure_language_filename``
|
||||||
* new ``'hyperref'`` key in the ``latex_elements`` dictionary (ref #3030)
|
* new ``'hyperref'`` key in the ``latex_elements`` dictionary (ref #3030)
|
||||||
|
* #3022: Allow code-blocks in footnotes for LaTeX PDF output
|
||||||
|
|
||||||
Bugs fixed
|
Bugs fixed
|
||||||
----------
|
----------
|
||||||
@ -46,6 +49,7 @@ Bugs fixed
|
|||||||
* Fix an issue with ``\pysigline`` in LaTeX style file (ref #3023)
|
* Fix an issue with ``\pysigline`` in LaTeX style file (ref #3023)
|
||||||
* #3038: ``sphinx.ext.math*`` raises TypeError if labels are duplicated
|
* #3038: ``sphinx.ext.math*`` raises TypeError if labels are duplicated
|
||||||
* #3031: incompatibility with LaTeX package ``tocloft``
|
* #3031: incompatibility with LaTeX package ``tocloft``
|
||||||
|
* #3003: literal blocks in footnotes are not supported by Latex
|
||||||
|
|
||||||
Testing
|
Testing
|
||||||
--------
|
--------
|
||||||
|
Loading…
Reference in New Issue
Block a user