Skip to content

Commit

Permalink
housekeeping
Browse files Browse the repository at this point in the history
  • Loading branch information
menckend committed Oct 22, 2024
1 parent ec56970 commit 97b696e
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 @@ -8,7 +8,7 @@

sys.path.insert(0, os.path.abspath('../dcnodatg/'))
sys.path.insert(0, os.path.realpath(os.path.dirname(__file__)))
sys.path.insert(0, os.path.abspath('../venv/netbox-4.1.4/netbox/'))
sys.path.insert(0, os.path.abspath('../.venv/netbox-4.1.4/netbox/'))

# -- Project information -----------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#project-information
Expand Down Expand Up @@ -43,7 +43,7 @@
#autodoc_typehints = "description"
#autodoc_class_signature = "separated"
html_theme = 'sphinx_rtd_theme'
autoapi_dirs = ['../netbox_ptov/', '../venv/netbox-4.1.4/netbox/']
autoapi_dirs = ['../netbox_ptov/', '../.venv/netbox-4.1.4/netbox/']
autoapi_type = "python"
autoapi_options = [
"members",
Expand Down

0 comments on commit 97b696e

Please sign in to comment.