Skip to content

Commit

Permalink
rtfd test
Browse files Browse the repository at this point in the history
  • Loading branch information
faph committed Sep 15, 2015
1 parent 4f9af1d commit b2c90f3
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,11 @@
'scipy', 'scipy.misc', 'scipy.stats', 'scipy.stats._continuous_distns', 'scipy.special',
'floodestimation'
]
#sys.path.insert(0, os.path.abspath('../..'))
#sys.path.insert(0, os.path.abspath('../../autostatistical'))
sys.path.insert(0, os.path.abspath('..'))
sys.path.insert(0, os.path.abspath('../..'))
sys.path.insert(0, os.path.abspath('../../autostatistical'))
print('working dir: ' + os.getcwd())
print('sys argv[0]: ' + sys.argv[0])

# -- General configuration ------------------------------------------------

Expand All @@ -25,7 +28,7 @@
project = 'OH Auto Statistical'
copyright = '2014‒{}, Open Hydrology contributors'.format(date.today().year)

sys.path.insert(0, '../') # to get the versioneer module
#sys.path.insert(0, '../') # to get the versioneer module

import imp
fp, pathname, description = imp.find_module('versioneer')
Expand Down

0 comments on commit b2c90f3

Please sign in to comment.