Skip to content

Commit

Permalink
housekeeping
Browse files Browse the repository at this point in the history
  • Loading branch information
menckend committed Oct 23, 2024
1 parent 1de534c commit 13d8e54
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
html_theme = 'sphinx_rtd_theme'
autoapi_template_dir = "_templates/autoapi"
autodoc_typehints = "description"
autoapi_own_page_level = "function"
autoapi_own_page_level = "module"
autapi_ignore = []
autoapi_dirs = ['../netbox_ptov/', '../external_sources/netbox/']
autoapi_type = "python"
Expand Down Expand Up @@ -89,7 +89,7 @@ def prepare_jinja_env(jinja_env) -> None:
# Toc options
'collapse_navigation': True,
'sticky_navigation': True,
'navigation_depth': -1,
'navigation_depth': 4,
'includehidden': True,
'titles_only': False
}

0 comments on commit 13d8e54

Please sign in to comment.