mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Change html_sourcelink_txt -> html_sourcelink_suffix
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user