diff --git a/docs/conf.py b/docs/conf.py index db647e7..326b4ce 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -11,6 +11,8 @@ from sphinx.application import Sphinx sys.path.insert(0, os.path.abspath("..")) +import ablkit # noqa: E402 + # -- Project information ----------------------------------------------------- project = "ABL Kit"