mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
workaround for testing: \xbb
will be replaced with /xbb
by replace(os.sep, '/')
process on Windows environment.
This commit is contained in:
parent
c8d9300743
commit
88540e9a3b
@ -34,7 +34,7 @@ reading included file u'.*?wrongenc.inc' seems to be wrong, try giving an \
|
|||||||
(%(root)s/markup.txt:\\d+: WARNING: Malformed :option: u'Python c option', does \
|
(%(root)s/markup.txt:\\d+: WARNING: Malformed :option: u'Python c option', does \
|
||||||
not contain option marker - or -- or / or \\+
|
not contain option marker - or -- or / or \\+
|
||||||
%(root)s/undecodable.txt:3: WARNING: undecodable source characters, replacing \
|
%(root)s/undecodable.txt:3: WARNING: undecodable source characters, replacing \
|
||||||
with "\\?": b?'here: >>>\\\\xbb<<<'
|
with "\\?": b?'here: >>>(\\\\|/)xbb<<<'
|
||||||
)?"""
|
)?"""
|
||||||
|
|
||||||
HTML_WARNINGS = ENV_WARNINGS + """\
|
HTML_WARNINGS = ENV_WARNINGS + """\
|
||||||
|
Loading…
Reference in New Issue
Block a user