Change html_sourcelink_txt -> html_sourcelink_suffix

This commit is contained in:
Matthias Geier
2016-05-17 09:34:01 +02:00
parent b5ae1b0846
commit 5559150578
4 changed files with 8 additions and 8 deletions

View File

@@ -989,8 +989,8 @@ def test_html_extra_path(app, status, warning):
assert (app.outdir / 'background.png').exists()
@with_app(buildername='html', confoverrides={'html_sourcelink_txt': False})
def test_html_sourcelink_txt(app, status, warning):
@with_app(buildername='html', confoverrides={'html_sourcelink_suffix': ''})
def test_html_sourcelink_suffix(app, status, warning):
app.builder.build_all()
content_otherext = (app.outdir / 'otherext.html').text()
content_images = (app.outdir / 'images.html').text()