mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Fix cross-reference roles when put into substitutions.
This commit is contained in:
2
CHANGES
2
CHANGES
@@ -1,6 +1,8 @@
|
||||
Release 0.6.2 (in development)
|
||||
==============================
|
||||
|
||||
* Fix cross-reference roles when put into substitutions.
|
||||
|
||||
* Don't put image "alt" text into table-of-contents entries.
|
||||
|
||||
* In the LaTeX writer, do not raise an exception on too many section
|
||||
|
||||
@@ -63,7 +63,7 @@ class toctree(nodes.General, nodes.Element): pass
|
||||
class centered(nodes.Part, nodes.Element): pass
|
||||
|
||||
# pending xref
|
||||
class pending_xref(nodes.Element): pass
|
||||
class pending_xref(nodes.Inline, nodes.Element): pass
|
||||
|
||||
# compact paragraph -- never makes a <p>
|
||||
class compact_paragraph(nodes.paragraph): pass
|
||||
|
||||
Reference in New Issue
Block a user