diff --git a/doc/conf.py b/doc/conf.py index 3949245..3e423fe 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -10,7 +10,6 @@ import sys sys.path.insert(0, os.path.abspath("..")) -sys.path.insert(0, os.path.abspath("../nx_arangodb")) project = 'nx-arangodb' copyright = '2024, ArangoDB' diff --git a/doc/requirements.txt b/doc/requirements.txt index 4c50778..0a2ff56 100644 --- a/doc/requirements.txt +++ b/doc/requirements.txt @@ -1,3 +1,4 @@ sphinx sphinx_rtd_theme -networkx \ No newline at end of file +networkx +nx-arangodb \ No newline at end of file