Files
sphinx/tests/roots/test-maxlistdepth/conf.py
2016-11-04 23:57:00 +01:00

15 lines
291 B
Python

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