Skip to content

Commit

Permalink
Update conf.py
Browse files Browse the repository at this point in the history
  • Loading branch information
menckend authored Oct 25, 2024
1 parent 767df21 commit 11e6fe1
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
sys.path.insert(0, os.path.abspath('../external_sources/dcnodatg/'))
sys.path.insert(0, os.path.abspath('../images/'))
sys.path.insert(0, os.path.abspath('../external_sources/netbox/'))
sys.path.insert(0, os.path.abspath('../netbox_ptov/'))

# -- Project information -----------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#project-information
Expand All @@ -35,7 +36,7 @@
source_suffix = [".rst", ".md"]
templates_path = ['_templates']
exclude_patterns = ['_build', '_templates', 'Thumbs.db', '.DS_Store']
html_show_sourcelink = False # Remove 'view source code' from top of page (for html, not python)
html_show_sourcelink = True # Remove 'view source code' from top of page (for html, not python)
html_theme = 'sphinx_rtd_theme'
autodoc_typehints = "signature"
autoapi_template_dir = "_templates/autoapi"
Expand Down Expand Up @@ -95,7 +96,7 @@ def prepare_jinja_env(jinja_env) -> None:
# Toc options
'collapse_navigation': True,
'sticky_navigation': True,
'navigation_depth': 4,
'navigation_depth': -1,
'includehidden': True,
'titles_only': False
}

0 comments on commit 11e6fe1

Please sign in to comment.