Skip to content

Commit

Permalink
Debugging docs
Browse files Browse the repository at this point in the history
  • Loading branch information
mikaem committed Feb 7, 2024
1 parent 47bbf6b commit ef97684
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@
import sys
import subprocess
#import sphinx_bootstrap_theme
print(os.getcwd())
print(os.listdir())
print(os.path.abspath('.'), os.path.abspath('..'), os.path.abspath('../..'))
sys.path.insert(0, os.path.abspath('..'))

# -- Project information -----------------------------------------------------
Expand Down

0 comments on commit ef97684

Please sign in to comment.