From 363ac5ded2204181449153153b73447cead444f6 Mon Sep 17 00:00:00 2001 From: Tom Close Date: Fri, 27 Dec 2024 10:55:41 +1100 Subject: [PATCH] fixed import of version --- docs/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index 6ab4140a4..22034515b 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -16,7 +16,7 @@ sys.path.insert(0, str(Path(__file__).parent.parent.absolute())) sys.path.insert(1, str(Path(__file__).parent / "sphinxext")) -from pydra import __version__ # noqa: E402 +from pydra.engine import __version__ # noqa: E402 from github_link import make_linkcode_resolve # noqa: E402