mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
12 lines
215 B
Python
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',
|
|
}
|