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',
|
||||
confoverrides={'numfig': True,
|
||||
'numfig_prefix': {'figure': 'Figure:',
|
||||
'table': 'Tab_',
|
||||
'code-block': 'Code-'}})
|
||||
'numfig_prefix': {'figure': 'Figure:%s',
|
||||
'table': 'Tab_%s',
|
||||
'code-block': 'Code-%s'}})
|
||||
def test_numfig_with_prefix(app, status, warning):
|
||||
app.builder.build_all()
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user