diff options
Diffstat (limited to 'sphinx/util/texescape.py')
-rw-r--r-- | sphinx/util/texescape.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sphinx/util/texescape.py b/sphinx/util/texescape.py index 4ce2cfff8..66b66a7f0 100644 --- a/sphinx/util/texescape.py +++ b/sphinx/util/texescape.py @@ -14,6 +14,7 @@ from __future__ import unicode_literals if False: # For type annotation from typing import Dict # NOQA + from sphinx.util.typing import unicode # NOQA tex_replacements = [ # map TeX special chars |