From 6f7ce9684d8a19f046b043be8d13cdc06616c7dc Mon Sep 17 00:00:00 2001 From: Anthony Mahanna Date: Tue, 3 Sep 2024 12:28:29 -0400 Subject: [PATCH] remove: mock --- doc/conf.py | 3 +-- doc/requirements.txt | 3 ++- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/conf.py b/doc/conf.py index c763d32..f9fdce0 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -37,5 +37,4 @@ html_static_path = ['_static'] autodoc_member_order = "bysource" autodoc_inherit_docstrings = True -autosummary_generate = True -autodoc_mock_imports = ["nx_arangodb"] \ No newline at end of file +autosummary_generate = True \ No newline at end of file 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