diff --git a/docs/conf.py b/docs/conf.py index 5d9deb3..fad1862 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -10,7 +10,7 @@ from sphinx.application import Sphinx # -- Path setup -------------------------------------------------------------- sys.path.insert(0, os.path.abspath("..")) -import ablkit # noqa: E402 +import ablkit # noqa: E402,F401 # -- Project information -----------------------------------------------------