|
@@ -57,6 +57,5 @@ master_doc = 'index'
|
|
def setup(app):
|
|
def setup(app):
|
|
app.add_config_value('recommonmark_config', {
|
|
app.add_config_value('recommonmark_config', {
|
|
'auto_toc_tree_section': 'Contents',
|
|
'auto_toc_tree_section': 'Contents',
|
|
- 'auto_toc_maxdepth': 3,
|
|
|
|
}, True)
|
|
}, True)
|
|
app.add_transform(AutoStructify)
|
|
app.add_transform(AutoStructify)
|