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

6 lines
78 B
Python
Raw Normal View History

2016-11-04 23:57:00 +01:00
exclude_patterns = ['_build']
latex_elements = {
'maxlistdepth': '10',
}