From 0df11b8dbf8be958690f898ddf0f9894fa33699e Mon Sep 17 00:00:00 2001 From: Mathias157 Date: Fri, 20 Sep 2024 17:20:38 +0200 Subject: [PATCH] That didn't work. Will just ignore the file and avoid using backslashes in the future --- RawDataProcessing/docs/conf.py | 16 ++-------------- 1 file changed, 2 insertions(+), 14 deletions(-) diff --git a/RawDataProcessing/docs/conf.py b/RawDataProcessing/docs/conf.py index e184900..dfc1677 100644 --- a/RawDataProcessing/docs/conf.py +++ b/RawDataProcessing/docs/conf.py @@ -1,16 +1,3 @@ -# Handle backslashes in paths -import os -import sys - -# If needed, add the module paths you want to document -sys.path.insert(0, os.path.abspath('.')) - -# Configure Sphinx to handle path-related issues: -rst_prolog = """ -.. |os_sep| unicode:: 0xA0 # no-break space - :trim: -""" - project = "Balmorel Pre-Processing Framework" copyright = "2024, Mathias Berg Rosendal" author = "Mathias Berg Rosendal" @@ -33,7 +20,8 @@ autoapi_dirs = ["../"] # ignore this file when generating API documentation -autoapi_ignore = ["*/conf.py"] +autoapi_ignore = ["*/conf.py", + "../Modules/createVRE.py"] myst_enable_extensions = [ "colon_fence", # ::: can be used instead of ``` for better rendering