Skip to content

Commit

Permalink
RTD12
Browse files Browse the repository at this point in the history
  • Loading branch information
nick5435 committed Feb 20, 2017
1 parent 26ddfcb commit 666468e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
from recommonmark.parser import CommonMarkParser

sys.path.insert(0, os.path.abspath('.'))
sys.path.insert(0, os.path.abspath('./../'))
sys.path.insert(0, os.path.abspath('../../thermoDataGrabber/'))
sys.path.insert(0,
os.path.abspath('../../thermoDataGrabber/thermoDataGrabber/'))
Expand All @@ -20,6 +21,7 @@

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 666468e

Please sign in to comment.