mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
changelog: add more backwards incompatible changes
This commit is contained in:
parent
a765d4c479
commit
00beefb6d7
10
CHANGES
10
CHANGES
@ -8,6 +8,12 @@ Incompatible changes
|
|||||||
``sphinx.roles.xfileref_role()`` which were deprecated since version 1.0.
|
``sphinx.roles.xfileref_role()`` which were deprecated since version 1.0.
|
||||||
* PR#122: the files given in :confval:`latex_additional_files` now override TeX
|
* PR#122: the files given in :confval:`latex_additional_files` now override TeX
|
||||||
files included by Sphinx, such as ``sphinx.sty``.
|
files included by Sphinx, such as ``sphinx.sty``.
|
||||||
|
* PR#124: the node generated by :rst:dir:`versionadded`,
|
||||||
|
:rst:dir:`versionchanged` and :rst:dir:`deprecated` directives now includes
|
||||||
|
all added markup (such as "New in version X") as child nodes, and no
|
||||||
|
additional text must be generated by writers.
|
||||||
|
* PR#99: the :rst:dir:`seealso` directive now generates admonition nodes instead
|
||||||
|
of the custom ``seealso`` node.
|
||||||
|
|
||||||
Features added
|
Features added
|
||||||
--------------
|
--------------
|
||||||
@ -142,8 +148,8 @@ Bugs fixed
|
|||||||
----------
|
----------
|
||||||
|
|
||||||
* PR#124: Fix paragraphs in versionmodified are ignored when it has no
|
* PR#124: Fix paragraphs in versionmodified are ignored when it has no
|
||||||
dangling paragraphs. Fix wrong html output (nested ``<p>`` tag). Fix
|
dangling paragraphs. Fix wrong html output (nested ``<p>`` tag). Fix
|
||||||
versionmodified is not translatable. Thanks to Nozomu Kaneko.
|
versionmodified is not translatable. Thanks to Nozomu Kaneko.
|
||||||
* PR#111: Respect add_autodoc_attrgetter() even when inherited-members is set.
|
* PR#111: Respect add_autodoc_attrgetter() even when inherited-members is set.
|
||||||
Thanks to A. Jesse Jiryu Davis.
|
Thanks to A. Jesse Jiryu Davis.
|
||||||
* PR#97: Fix footnote handling in translated documents.
|
* PR#97: Fix footnote handling in translated documents.
|
||||||
|
Loading…
Reference in New Issue
Block a user