Skip to content

Commit

Permalink
attempt: update conf
Browse files Browse the repository at this point in the history
  • Loading branch information
aMahanna committed Sep 3, 2024
1 parent e698be0 commit ba02b5a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
import sys

sys.path.insert(0, os.path.abspath("../"))
sys.path.insert(0, os.path.abspath('../nx_arangodb'))

project = 'nx-arangodb'
copyright = '2024, ArangoDB'
Expand Down Expand Up @@ -37,3 +38,4 @@
autodoc_member_order = "bysource"
autodoc_inherit_docstrings = True
autosummary_generate = True
autodoc_mock_imports = ["nx_arangodb"]

0 comments on commit ba02b5a

Please sign in to comment.