From 5182a60d80452356f18a3c27063e8d476b68a921 Mon Sep 17 00:00:00 2001 From: Damian Birchler Date: Mon, 29 Jan 2024 22:14:59 +0100 Subject: [PATCH] Revert "Add repo root to `sys.path`." --- doc/conf.py | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/doc/conf.py b/doc/conf.py index a6e778e..ccfae7a 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -6,14 +6,6 @@ # -- Project information ----------------------------------------------------- # https://www.sphinx-doc.org/en/master/usage/configuration.html#project-information -import pathlib as pl -import sys - -_REPOSITORY_ROOT_PATH = pl.Path(__file__).parents[1] - -if _REPOSITORY_ROOT_PATH not in sys.path: - sys.path.append(str(_REPOSITORY_ROOT_PATH)) - project = "pytrnsys_process" copyright = "2024, SPF Institute of Solar Technology, OST University of Applied Sciences" author = "SPF Institute of Solar Technology, OST University of Applied Sciences" @@ -36,6 +28,7 @@ templates_path = ["_templates"] exclude_patterns = ["_build", "Thumbs.db", ".DS_Store"] + # -- Options for HTML output ------------------------------------------------- # https://www.sphinx-doc.org/en/master/usage/configuration.html#options-for-html-output