mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Update fix as per discussion
This commit is contained in:
parent
774f9d953a
commit
2ff6434b6a
@ -2006,7 +2006,7 @@ class LaTeXTranslator(nodes.NodeVisitor):
|
||||
self.body.append(r'\index{%s|see{%s}}' % (p1, p2))
|
||||
else:
|
||||
logger.warning('unknown index entry type %s found', type)
|
||||
self.body.append('%\n')
|
||||
self.body.append('\\ignorespaces ')
|
||||
except ValueError as err:
|
||||
logger.warning(str(err))
|
||||
raise nodes.SkipNode
|
||||
|
Loading…
Reference in New Issue
Block a user