From 0f6a5e5fa9530969c98a9266c9ca7b89a378ff70 Mon Sep 17 00:00:00 2001 From: wakonig_k Date: Thu, 9 May 2024 20:51:26 +0200 Subject: [PATCH] fix: docs config --- docs/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index 21eead99..01e02d29 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -18,7 +18,7 @@ author = "Paul Scherrer Institute" # -- General configuration --------------------------------------------------- # https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration -current_path = pathlib.Path(__file__).parent.parent.parent.resolve() +current_path = pathlib.Path(__file__).parent.parent.resolve() version_path = f"{current_path}/pyproject.toml"