mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Remove outdated check.
This commit is contained in:
parent
4d07c757ed
commit
fb58083eb5
@ -93,8 +93,6 @@ def test_html(app):
|
|||||||
'\n'.join(difflib.ndiff(html_warnings_exp.splitlines(),
|
'\n'.join(difflib.ndiff(html_warnings_exp.splitlines(),
|
||||||
html_warnings.splitlines()))
|
html_warnings.splitlines()))
|
||||||
|
|
||||||
if not ET:
|
|
||||||
return
|
|
||||||
for fname, paths in HTML_XPATH.iteritems():
|
for fname, paths in HTML_XPATH.iteritems():
|
||||||
parser = NslessParser()
|
parser = NslessParser()
|
||||||
parser.entity.update(htmlentitydefs.entitydefs)
|
parser.entity.update(htmlentitydefs.entitydefs)
|
||||||
|
Loading…
Reference in New Issue
Block a user