Skip to content

Commit

Permalink
Update conf.py
Browse files Browse the repository at this point in the history
  • Loading branch information
hesic73 committed Feb 29, 2024
1 parent ab826ee commit 585dd31
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
#
import os
import sys
print(os.path.abspath('.'))
sys.path.insert(0, os.path.abspath('.'))
print(f"Add {os.path.abspath('../..')} to sys.path.")
sys.path.insert(0, os.path.abspath('../..'))


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

0 comments on commit 585dd31

Please sign in to comment.