mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Merge pull request #5580 from tk0miya/5563_footnote_refs_causes_latex_crashed
Fix #5563: latex: footnote_references generated by extension causes LaTeX builder crashed
This commit is contained in:
commit
7a1516a8b0
2
CHANGES
2
CHANGES
@ -34,6 +34,8 @@ Bugs fixed
|
||||
* #5549: graphviz Correctly deal with non-existing static dir
|
||||
* #3002: i18n: multiple footnote_references referring same footnote causes
|
||||
duplicated node_ids
|
||||
* #5563: latex: footnote_references generated by extension causes LaTeX builder
|
||||
crashed
|
||||
* #5561: make all-pdf fails with old xindy version
|
||||
|
||||
Testing
|
||||
|
@ -26,7 +26,7 @@ URI_SCHEMES = ('mailto:', 'http:', 'https:', 'ftp:')
|
||||
|
||||
class FootnoteDocnameUpdater(SphinxTransform):
|
||||
"""Add docname to footnote and footnote_reference nodes."""
|
||||
default_priority = 200
|
||||
default_priority = 700
|
||||
TARGET_NODES = (nodes.footnote, nodes.footnote_reference)
|
||||
|
||||
def apply(self):
|
||||
|
Loading…
Reference in New Issue
Block a user