Skip to content

Commit

Permalink
Update conf.py
Browse files Browse the repository at this point in the history
  • Loading branch information
MLDataAnalytics authored Aug 10, 2024
1 parent 7747231 commit 6b76fed
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@
#
import os
import sys
sys.path.insert(0, os.path.abspath("."))
sys.path.insert(0, os.path.abspath("..))
sys.path.insert(0, os.path.abspath(os.path.join("..","..")))
sys.path.insert(0, os.path.abspath('.'))
sys.path.insert(0, os.path.abspath('..'))
sys.path.insert(0, os.path.abspath(os.path.join('..','..')))
sys.path.insert(0, os.path.abspath(os.path.join('..','src','pnet')))
#sys.path.insert(0, os.path.abspath(os.path.join('..','..','src')))
# -- Project information -----------------------------------------------------
Expand Down

0 comments on commit 6b76fed

Please sign in to comment.