Skip to content

Commit

Permalink
That didn't work. Will just ignore the file and avoid using backslash…
Browse files Browse the repository at this point in the history
…es in the future
  • Loading branch information
Mathias157 committed Sep 20, 2024
1 parent 9a48976 commit 0df11b8
Showing 1 changed file with 2 additions and 14 deletions.
16 changes: 2 additions & 14 deletions RawDataProcessing/docs/conf.py
Original file line number Diff line number Diff line change
@@ -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"
Expand All @@ -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
Expand Down

0 comments on commit 0df11b8

Please sign in to comment.