Skip to content

Commit

Permalink
Trying to handle raw strings, which sphinx doesnt like
Browse files Browse the repository at this point in the history
  • Loading branch information
Mathias157 committed Sep 20, 2024
1 parent bc1d664 commit 9a48976
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions RawDataProcessing/docs/conf.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# 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 Down

0 comments on commit 9a48976

Please sign in to comment.