sphinx/tests/roots/test-maxlistdepth/conf.py

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

6 lines
78 B
Python
Raw Normal View History

2016-11-04 17:57:00 -05:00
exclude_patterns = ['_build']
latex_elements = {
'maxlistdepth': '10',
}