mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
add `@skip_if_stylefiles_notfound
` to maxlistdepth test
This commit is contained in:
parent
0473e438dc
commit
53d202440f
@ -711,6 +711,7 @@ def test_latex_toplevel_sectioning_is_section(app, status, warning):
|
||||
print(warning.getvalue())
|
||||
assert '\\section{Foo}' in result
|
||||
|
||||
@skip_if_stylefiles_notfound
|
||||
@with_app(buildername='latex', testroot='maxlistdepth')
|
||||
def test_maxlistdepth_at_ten(app, status, warning):
|
||||
app.builder.build_all()
|
||||
|
Loading…
Reference in New Issue
Block a user