Skip to content

Commit

Permalink
update relative file path
Browse files Browse the repository at this point in the history
  • Loading branch information
gituser789 committed May 3, 2024
1 parent 99d0e13 commit de97da0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
import os
import sys
import time
sys.path.insert(0, os.path.abspath(os.path.join('..', '..')))
sys.path.insert(0, os.path.abspath(os.path.join(os.path.dirname(__file__), '..', '..')))


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

0 comments on commit de97da0

Please sign in to comment.