From ebf1e6fe2ac54e3cc76e7ae5fd69489c3cbb162f Mon Sep 17 00:00:00 2001 From: troyyyyy Date: Mon, 8 Jan 2024 15:43:55 +0800 Subject: [PATCH] [DOC] add autodoc import --- docs/conf.py | 2 ++ 1 file changed, 2 insertions(+) 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"