mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Update CHANGES for #5455
This commit is contained in:
parent
6f62c50557
commit
94bb3e3057
5
CHANGES
5
CHANGES
@ -7,6 +7,10 @@ Dependencies
|
|||||||
Incompatible changes
|
Incompatible changes
|
||||||
--------------------
|
--------------------
|
||||||
|
|
||||||
|
* LaTeX ``\pagestyle`` commands have been moved to the LaTeX template. No
|
||||||
|
changes in PDF, except possibly if ``\sphinxtableofcontents``, which
|
||||||
|
contained them, had been customized in :file:`conf.py`. (refs: #5455)
|
||||||
|
|
||||||
Deprecated
|
Deprecated
|
||||||
----------
|
----------
|
||||||
|
|
||||||
@ -26,6 +30,7 @@ Bugs fixed
|
|||||||
* #5433: latex: ImportError: cannot import name 'DEFAULT_SETTINGS'
|
* #5433: latex: ImportError: cannot import name 'DEFAULT_SETTINGS'
|
||||||
* #5431: autodoc: ``autofunction`` emits a warning for callable objects
|
* #5431: autodoc: ``autofunction`` emits a warning for callable objects
|
||||||
* #5457: Fix TypeError in error message when override is prohibited
|
* #5457: Fix TypeError in error message when override is prohibited
|
||||||
|
* #5453: PDF builds of 'howto' documents have no page numbers
|
||||||
|
|
||||||
Testing
|
Testing
|
||||||
--------
|
--------
|
||||||
|
@ -536,7 +536,7 @@
|
|||||||
}
|
}
|
||||||
% Update the plain style so we get the page number & footer line,
|
% Update the plain style so we get the page number & footer line,
|
||||||
% but not a chapter or section title. This is to keep the first
|
% but not a chapter or section title. This is to keep the first
|
||||||
% page of a chapter and the blank page between chapters `clean.'
|
% page of a chapter `clean.'
|
||||||
\fancypagestyle{plain}{
|
\fancypagestyle{plain}{
|
||||||
\fancyhf{}
|
\fancyhf{}
|
||||||
\fancyfoot[LE,RO]{{\py@HeaderFamily\thepage}}
|
\fancyfoot[LE,RO]{{\py@HeaderFamily\thepage}}
|
||||||
|
Loading…
Reference in New Issue
Block a user