-
-
Notifications
You must be signed in to change notification settings - Fork 2.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Restore support for list-style source_suffix
with third-party parsers
#12584
Conversation
Seen:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sorry I missed the missing space (spotted from having a look on transifex at chains to translate).
logger.warning(__("The config value `source_suffix' expects " | ||
"a string, list of strings, or dictionary. " | ||
"But `%r' is given." % source_suffix)) | ||
msg = __("The config value `source_suffix' expects a dictionary," |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
msg = __("The config value `source_suffix' expects a dictionary," | |
msg = __("The config value `source_suffix' expects a dictionary, " |
ping @AA-Turner for missing space in message string... |
Thanks! See 0cb3c07 A |
Fixes #12582
I have also added information/warning messages when
source_suffix
is mutated within Sphinx.A