Fix autosectionlabel_maxdepth is 0 origin

This commit is contained in:
Takeshi KOMIYA
2019-02-11 18:33:42 +09:00
parent 9f3feb6315
commit 2d44232e34
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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)