Skip to content

Commit

Permalink
Maybe old conf won't work with setup.py, removed the sys path manipul…
Browse files Browse the repository at this point in the history
…ation, reattempt 12
  • Loading branch information
DinoBektesevic committed Jan 15, 2019
1 parent 322ee84 commit 003f7fc
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@
# documentation root, use os.path.abspath to make it absolute, like shown here.
#

import os
import sys
#import os
#import sys

pth = __file__.split("lfd/")[0]
print("ROOT PATH SET TO ", pth)
sys.path.insert(0, os.path.abspath(pth))
#pth = __file__.split("lfd/")[0]
#print("ROOT PATH SET TO ", pth)
#sys.path.insert(0, os.path.abspath(pth))


#sys.path.insert(0, os.path.abspath("/home/dino/Desktop/lfd"))
Expand Down

0 comments on commit 003f7fc

Please sign in to comment.