summaryrefslogtreecommitdiff
path: root/sphinx/util/texescape.py
diff options
context:
space:
mode:
Diffstat (limited to 'sphinx/util/texescape.py')
-rw-r--r--sphinx/util/texescape.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/sphinx/util/texescape.py b/sphinx/util/texescape.py
index afa1c349e..98e763aaf 100644
--- a/sphinx/util/texescape.py
+++ b/sphinx/util/texescape.py
@@ -13,7 +13,6 @@ from typing import Dict
from sphinx.deprecation import RemovedInSphinx40Warning, deprecated_alias
-
tex_replacements = [
# map TeX special chars
('$', r'\$'),