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

13 lines
236 B
Python

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