Skip to content

Commit

Permalink
Update conf.py
Browse files Browse the repository at this point in the history
  • Loading branch information
aMahanna committed Aug 15, 2023
1 parent 44da098 commit 56ec1bd
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions docs/conf.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
import os
import sys

sys.path.insert(0, os.path.abspath("."))
sys.path.insert(0, os.path.abspath("../"))
sys.path.insert(1, os.path.dirname(os.path.abspath("../")) + os.sep + "arango")
sys.path.insert(0, os.path.abspath(".."))

project = "python-arango"
copyright = "2016-2022, Joohwan Oh"
Expand All @@ -18,7 +16,7 @@
html_static_path = ["static"]
html_theme = "sphinx_rtd_theme"
master_doc = "index"
autodoc_mock_imports = ["importlib_metadata"]
autodoc_mock_imports = ["importlib_metadata", "jwt"]

autodoc_member_order = "bysource"

Expand Down

0 comments on commit 56ec1bd

Please sign in to comment.