mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
merge with stable
This commit is contained in:
1
CHANGES
1
CHANGES
@@ -70,6 +70,7 @@ Features added
|
|||||||
Bugs fixed
|
Bugs fixed
|
||||||
----------
|
----------
|
||||||
|
|
||||||
|
* #1568: fix a crash when a "centered" directive contains a reference.
|
||||||
* #1563: :meth:`~sphinx.application.Sphinx.add_search_language` raises
|
* #1563: :meth:`~sphinx.application.Sphinx.add_search_language` raises
|
||||||
AssertionError for correct type of argument. Thanks to rikoman.
|
AssertionError for correct type of argument. Thanks to rikoman.
|
||||||
* #1174: Fix smart quotes being applied inside roles like :rst:role:`program` or
|
* #1174: Fix smart quotes being applied inside roles like :rst:role:`program` or
|
||||||
|
@@ -107,7 +107,7 @@ class index(nodes.Invisible, nodes.Inline, nodes.TextElement):
|
|||||||
*entrytype* is one of "single", "pair", "double", "triple".
|
*entrytype* is one of "single", "pair", "double", "triple".
|
||||||
"""
|
"""
|
||||||
|
|
||||||
class centered(nodes.Part, nodes.Element):
|
class centered(nodes.Part, nodes.TextElement):
|
||||||
"""Deprecated."""
|
"""Deprecated."""
|
||||||
|
|
||||||
class acks(nodes.Element):
|
class acks(nodes.Element):
|
||||||
|
Reference in New Issue
Block a user