mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Fix long line.
This commit is contained in:
parent
d9a4d1c1db
commit
87a4417791
@ -222,7 +222,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.written_ids = set()
|
||||
self.footnotestack = []
|
||||
self.curfilestack = []
|
||||
|
Loading…
Reference in New Issue
Block a user