Fix cross-reference roles when put into substitutions.

This commit is contained in:
Georg Brandl
2009-04-28 21:13:02 +02:00
parent 8011b358c8
commit 75cccedad1
2 changed files with 3 additions and 1 deletions

View File

@@ -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

View File

@@ -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