Skip to content

Commit

Permalink
doc conf tidy
Browse files Browse the repository at this point in the history
  • Loading branch information
faph committed Sep 15, 2015
1 parent cfc76ea commit 261d516
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,7 @@
from datetime import date


autodoc_mock_imports = [
'numpy',
'scipy', 'scipy.misc', 'scipy.stats', 'scipy.stats._continuous_distns', 'scipy.special',
'floodestimation'
]
os.chdir('../..') # Versioneer requires us to run from the root of the project
os.chdir('../..') # Versioneer requires us to work from the root of the project
sys.path.insert(0, os.getcwd())
import versioneer

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

release = versioneer.get_version()
version = '.'.join(release.split('.')[:2])
pygments_style = 'sphinx'
Expand Down

0 comments on commit 261d516

Please sign in to comment.