Browse Source

Fix docs TOC view

shalvah 5 năm trước cách đây
mục cha
commit
ec8b6c82d9
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  1. 0 1
      docs/conf.py

+ 0 - 1
docs/conf.py

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