mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Add missing quotes in html 4 deprecation text
This commit is contained in:
parent
a07e1ffb27
commit
036b69b9bb
@ -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)'))
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user