mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2026-08-09 12:38:07 -05:00
Fix autosectionlabel_maxdepth is 0 origin
This commit is contained in:
@@ -71,7 +71,7 @@ def test_autosectionlabel_prefix_document_html(app, status, warning):
|
||||
|
||||
|
||||
@pytest.mark.sphinx('html', testroot='ext-autosectionlabel',
|
||||
confoverrides={'autosectionlabel_maxdepth': 2})
|
||||
confoverrides={'autosectionlabel_maxdepth': 3})
|
||||
def test_autosectionlabel_maxdepth(app, status, warning):
|
||||
return test_autosectionlabel_html(app, status, warning,
|
||||
skipped_labels=True)
|
||||
|
||||
Reference in New Issue
Block a user