Skip to content

Commit

Permalink
RTD14
Browse files Browse the repository at this point in the history
  • Loading branch information
nick5435 committed Feb 20, 2017
1 parent 86eaa63 commit 8ec2f1f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,13 @@

sys.path.insert(0, os.path.abspath('.'))
sys.path.insert(0, os.path.abspath('../../thermoDataGrabber/'))
sys.path.insert(0,
os.path.abspath('../../thermoDataGrabber/thermoDataGrabber/'))
sys.path.insert(0, os.path.abspath('../../thermoDataGrabber/thermoDataGrabber/'))
sys.path.insert(0, os.path.abspath('../../notebooks/'))
sys.path.insert(0, os.path.abspath('../../'))
sys.path.insert(0, os.path.abspath('../../plots/'))

try:
sys.path.insert(0,os.path.abspath('./thermoDataGrabber/thermoDataGrabber/'))
sys.path.insert(0,os.path.abspath('./thermoDataGrabber/'))
except:
None

Expand Down

0 comments on commit 8ec2f1f

Please sign in to comment.