Process smart_quotes for translated text too

This commit is contained in:
Takeshi KOMIYA
2018-01-15 21:03:37 +09:00
parent 2c06826ae8
commit 68e403a67b

View File

@@ -116,7 +116,7 @@ class SphinxI18nReader(SphinxBaseReader):
DefaultSubstitutions, MoveModuleTargets, HandleCodeBlocks,
AutoNumbering, SortIds, RemoveTranslatableInline,
FilterSystemMessages, RefOnlyBulletListTransform,
UnreferencedFootnotesDetector, ManpageLink]
UnreferencedFootnotesDetector, SphinxSmartQuotes, ManpageLink]
def set_lineno_for_reporter(self, lineno):
# type: (int) -> None