sphinx/tests/roots/test-maxlistdepth/conf.py
2019-01-03 10:58:42 +09:00

12 lines
215 B
Python

html_theme = 'classic'
exclude_patterns = ['_build']
latex_documents = [
('index', 'SphinxTests.tex', 'Testing maxlistdepth=10',
'Georg Brandl', 'howto'),
]
latex_elements = {
'maxlistdepth': '10',
}