From d311757d666c0e754dab24f2b6b95e05d0834023 Mon Sep 17 00:00:00 2001 From: itlubber <1830611168@qq.com> Date: Fri, 29 Dec 2023 17:42:28 +0800 Subject: [PATCH] fix version --- docs/source/conf.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/source/conf.py b/docs/source/conf.py index c1b7518..3ccfab0 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -29,6 +29,9 @@ author = 'itlubber' # The full version, including alpha/beta/rc tags +import sys +sys.path.append("../../scorecardpipeline") + import scorecardpipeline release = scorecardpipeline.__version__