mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
merge with 0.6
This commit is contained in:
commit
fb6fb7ad1e
@ -211,7 +211,8 @@ class LaTeXTranslator(nodes.NodeVisitor):
|
||||
# the first item here is the default and must not be changed
|
||||
# the second item is the default for the master file and can be changed
|
||||
# by .. highlight:: directive in the master file
|
||||
self.hlsettingstack = 2 * [[builder.config.highlight_language, sys.maxint]]
|
||||
self.hlsettingstack = 2 * [[builder.config.highlight_language,
|
||||
sys.maxint]]
|
||||
self.footnotestack = []
|
||||
self.curfilestack = []
|
||||
self.handled_abbrs = set()
|
||||
|
Loading…
Reference in New Issue
Block a user