sphinx/tests/roots/test-maxlistdepth/conf.py
2019-02-14 02:21:07 +09:00

6 lines
78 B
Python

exclude_patterns = ['_build']
latex_elements = {
'maxlistdepth': '10',
}