mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Drop warning for nonlocal image URI
This commit is contained in:
@@ -40,8 +40,6 @@ def test_first_update():
|
||||
def test_images():
|
||||
assert ('image file not readable: foo.png'
|
||||
in app._warning.getvalue())
|
||||
assert ('nonlocal image URI found: http://www.python.org/logo.png'
|
||||
in app._warning.getvalue())
|
||||
|
||||
tree = env.get_doctree('images')
|
||||
htmlbuilder = StandaloneHTMLBuilder(app)
|
||||
|
||||
Reference in New Issue
Block a user