Skip to content

Commit

Permalink
Update conf.py
Browse files Browse the repository at this point in the history
  • Loading branch information
hesic73 authored Feb 29, 2024
1 parent 585dd31 commit 77a2626
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(f"Add {os.path.abspath('../..')} to sys.path.")
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 77a2626

Please sign in to comment.