Merge pull request #5949 from tk0miya/4064_removes_assets_for_websupport
Remove assets for websupport (refs: #4064)
Before Width: | Height: | Size: 673 B |
Before Width: | Height: | Size: 756 B |
Before Width: | Height: | Size: 829 B |
Before Width: | Height: | Size: 641 B |
Before Width: | Height: | Size: 222 B |
Before Width: | Height: | Size: 202 B |
Before Width: | Height: | Size: 214 B |
Before Width: | Height: | Size: 203 B |
@ -27,7 +27,6 @@ def test_qthelp_basic(app, status, warning):
|
||||
assert '<file>genindex.html</file>' in qhp
|
||||
assert '<file>index.html</file>' in qhp
|
||||
assert '<file>_static/basic.css</file>' in qhp
|
||||
assert '<file>_static/down.png</file>' in qhp
|
||||
|
||||
qhcp = (app.outdir / 'Python.qhcp').text()
|
||||
assert '<title>Python documentation</title>' in qhcp
|
||||
|