From 9cc44914f86510e7d10009b64a50337b173207b9 Mon Sep 17 00:00:00 2001 From: Storm Date: Wed, 19 Nov 2025 18:04:06 +0100 Subject: [PATCH] chore: added to conf.py to correctly load modules for doc generation ref: N25B-270 --- docs/conf.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/conf.py b/docs/conf.py index 4522141..4f496e3 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -2,6 +2,9 @@ # # For the full list of built-in configuration values, see the documentation: # https://www.sphinx-doc.org/en/master/usage/configuration.html +import os +import sys +sys.path.insert(0, os.path.abspath("../src")) # -- Project information ----------------------------------------------------- # https://www.sphinx-doc.org/en/master/usage/configuration.html#project-information