diff --git a/doc/conf.py b/doc/conf.py index fe5250b..104bdef 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -9,7 +9,7 @@ import os import sys -sys.path.insert(0, os.path.abspath("..")) +sys.path.insert(0, os.path.abspath("../")) project = 'nx-arangodb' copyright = '2024, ArangoDB' diff --git a/doc/requirements.txt b/doc/requirements.txt index 52b04f2..0a2ff56 100644 --- a/doc/requirements.txt +++ b/doc/requirements.txt @@ -1 +1,4 @@ -sphinx_rtd_theme \ No newline at end of file +sphinx +sphinx_rtd_theme +networkx +nx-arangodb \ No newline at end of file