mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-24 07:40:54 +00:00
Prevent auto-addition of toc by autoapi
- Also fix links in sidebar
This commit is contained in:
docs
@ -69,6 +69,7 @@ autoapi_ignore = [
|
||||
# Add any paths that contain templates here, relative to this directory.
|
||||
autoapi_template_dir = 'templates'
|
||||
autoapi_root = 'api'
|
||||
autoapi_add_toctree_entry = False
|
||||
|
||||
templates_path = ['templates']
|
||||
|
||||
|
Reference in New Issue
Block a user