mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
unindent a `break
` (cosmetic)
This commit is contained in:
parent
ada4f6e19a
commit
445ed48331
@ -685,7 +685,7 @@ class BuildEnvironment(object):
|
||||
self.settings['smart_quotes'] = self.config.html_use_smartypants
|
||||
for tag in normalize_language_tag(language):
|
||||
if tag in smartchars.quotes:
|
||||
break
|
||||
break
|
||||
else:
|
||||
self.settings['smart_quotes'] = False
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user