mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Merge pull request #3461 from jfbu/footnotehyper
sync with upstream footnotehyper-sphinx, stop loading footnote.sty
This commit is contained in:
9
CHANGES
9
CHANGES
@@ -91,10 +91,9 @@ Deprecated
|
||||
- ``BuildEnvironment.create_index()``
|
||||
|
||||
Please use ``sphinx.environment.adapters`` modules instead.
|
||||
* The LaTeX package ``footnote.sty`` will not be loaded anymore at Sphinx 1.7,
|
||||
as Sphinx's ``footnotehyper-sphinx.sty`` will define all macros rather than
|
||||
patch them. In particular the ``\makesavenoteenv`` macro is not in use anymore
|
||||
and its definition will be removed at Sphinx 1.7.
|
||||
* latex package ``footnote`` is not loaded anymore by its bundled replacement
|
||||
``footnotehyper-sphinx``. The redefined macros keep the same names as in the
|
||||
original package.
|
||||
|
||||
Release 1.5.4 (in development)
|
||||
==============================
|
||||
@@ -301,6 +300,8 @@ Incompatible changes
|
||||
The non-modified package is used.
|
||||
* #3057: By default, footnote marks in latex PDF output are not preceded by a
|
||||
space anymore, ``\sphinxBeforeFootnote`` allows user customization if needed.
|
||||
* LaTeX target requires that option ``hyperfootnotes`` of package ``hyperref``
|
||||
be left unchanged to its default (i.e. ``true``) (refs: #3022)
|
||||
|
||||
1.5 final
|
||||
|
||||
|
||||
Reference in New Issue
Block a user