chore: added to conf.py to correctly load modules for doc generation

ref: N25B-270
This commit is contained in:
Storm
2025-11-19 18:04:06 +01:00
parent 8c209d3adb
commit 9cc44914f8

View File

@@ -2,6 +2,9 @@
# #
# For the full list of built-in configuration values, see the documentation: # For the full list of built-in configuration values, see the documentation:
# https://www.sphinx-doc.org/en/master/usage/configuration.html # https://www.sphinx-doc.org/en/master/usage/configuration.html
import os
import sys
sys.path.insert(0, os.path.abspath("../src"))
# -- Project information ----------------------------------------------------- # -- Project information -----------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#project-information # https://www.sphinx-doc.org/en/master/usage/configuration.html#project-information