mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
test fix
This commit is contained in:
parent
cd4437122b
commit
65296334e0
@ -695,9 +695,9 @@ def test_numfig_with_numbered_toctree(app, status, warning):
|
|||||||
|
|
||||||
@gen_with_app(buildername='html', testroot='numfig',
|
@gen_with_app(buildername='html', testroot='numfig',
|
||||||
confoverrides={'numfig': True,
|
confoverrides={'numfig': True,
|
||||||
'numfig_prefix': {'figure': 'Figure:',
|
'numfig_prefix': {'figure': 'Figure:%s',
|
||||||
'table': 'Tab_',
|
'table': 'Tab_%s',
|
||||||
'code-block': 'Code-'}})
|
'code-block': 'Code-%s'}})
|
||||||
def test_numfig_with_prefix(app, status, warning):
|
def test_numfig_with_prefix(app, status, warning):
|
||||||
app.builder.build_all()
|
app.builder.build_all()
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user