mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
rename numfig_prefix to numfig_format. later is better for the purpose.
This commit is contained in:
@@ -713,7 +713,7 @@ def test_numfig_with_numbered_toctree(app, status, warning):
|
||||
|
||||
@gen_with_app(buildername='html', testroot='numfig',
|
||||
confoverrides={'numfig': True,
|
||||
'numfig_prefix': {'figure': 'Figure:%s',
|
||||
'numfig_format': {'figure': 'Figure:%s',
|
||||
'table': 'Tab_%s',
|
||||
'code-block': 'Code-%s'}})
|
||||
def test_numfig_with_prefix(app, status, warning):
|
||||
|
||||
Reference in New Issue
Block a user