We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f110f0 commit 0cb3c07Copy full SHA for 0cb3c07
sphinx/config.py
@@ -590,7 +590,7 @@ def convert_source_suffix(app: Sphinx, config: Config) -> None:
590
logger.info(__("Converting `source_suffix = %r` to `source_suffix = %r`."),
591
source_suffix, config.source_suffix)
592
elif not isinstance(source_suffix, dict):
593
- msg = __("The config value `source_suffix' expects a dictionary,"
+ msg = __("The config value `source_suffix' expects a dictionary, "
594
"a string, or a list of strings. Got `%r' instead (type %s).")
595
raise ConfigError(msg % (source_suffix, type(source_suffix)))
596
0 commit comments