Add missing quotes in html 4 deprecation text

This commit is contained in:
Rafael Fontenelle 2023-03-21 11:19:56 -03:00 committed by Jean-François B
parent a07e1ffb27
commit 036b69b9bb

View File

@ -1316,7 +1316,7 @@ def deprecate_html_4(_app: Sphinx, config: Config) -> None:
# RemovedInSphinx70Warning
if config.html4_writer:
logger.warning(_('Support for emitting HTML 4 output is deprecated and '
'will be removed in Sphinx 7. ("html4_writer=True '
'will be removed in Sphinx 7. ("html4_writer=True" '
'detected in configuration options)'))