mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Merge branch '1.6-release'
This commit is contained in:
12
CHANGES
12
CHANGES
@@ -60,12 +60,17 @@ Incompatible changes
|
||||
Deprecated
|
||||
----------
|
||||
|
||||
* LaTeX ``\sphinxstylethead`` is deprecated at 1.6 and will be removed at 1.7.
|
||||
Please move customization into new macro ``\sphinxstyletheadfamily``.
|
||||
|
||||
Features added
|
||||
--------------
|
||||
|
||||
Bugs fixed
|
||||
----------
|
||||
|
||||
* LaTeX tables do not allow multiple paragraphs in a header cell
|
||||
|
||||
Testing
|
||||
--------
|
||||
|
||||
@@ -82,9 +87,6 @@ Incompatible changes
|
||||
Deprecated
|
||||
----------
|
||||
|
||||
* LaTeX ``\sphinxstylethead`` is deprecated at 1.6 and will be removed at 1.7.
|
||||
Please move customization into new macro ``\sphinxstyletheadfamily``.
|
||||
|
||||
Features added
|
||||
--------------
|
||||
|
||||
@@ -107,10 +109,6 @@ Bugs fixed
|
||||
* #3714: viewcode extension not taking ``highlight_code='none'`` in account
|
||||
* #3698: Moving :doc: to std domain broke backwards compatibility
|
||||
* #3633: misdetect unreferenced citations
|
||||
* LaTeX tables do not allow multiple paragraphs in a header cell
|
||||
|
||||
Testing
|
||||
--------
|
||||
|
||||
Release 1.6 beta2 (released Apr 29, 2017)
|
||||
=========================================
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
%
|
||||
|
||||
\NeedsTeXFormat{LaTeX2e}[1995/12/01]
|
||||
\ProvidesPackage{sphinx}[2017/05/01 v1.6 LaTeX package (Sphinx markup)]
|
||||
\ProvidesPackage{sphinx}[2017/05/08 v1.6 LaTeX package (Sphinx markup)]
|
||||
|
||||
% provides \ltx@ifundefined
|
||||
% (many packages load ltxcmds: graphicx does for pdftex and lualatex but
|
||||
|
||||
Reference in New Issue
Block a user