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 74f8d41 commit 7c4c072
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,12 @@
project = 'OH Auto Statistical'
copyright = '2014‒{}, Open Hydrology contributors'.format(date.today().year)

import imp
fp, pathname, description = imp.find_module('versioneer')
print(pathname)
versioneer = imp.load_module('versioneer', fp, pathname, description)
del imp
# import imp
# fp, pathname, description = imp.find_module('versioneer')
# print(pathname)
# versioneer = imp.load_module('versioneer', fp, pathname, description)
# del imp
import versioneer
release = versioneer.get_version()
version = '.'.join(release.split('.')[:2])
pygments_style = 'sphinx'
Expand Down

0 comments on commit 7c4c072

Please sign in to comment.