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

7 lines
101 B
Python

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