mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2026-08-09 04:28:05 -05:00
7 lines
101 B
Python
7 lines
101 B
Python
html_theme = 'classic'
|
|
exclude_patterns = ['_build']
|
|
|
|
latex_elements = {
|
|
'maxlistdepth': '10',
|
|
}
|