Skip to content

Commit

Permalink
Fix bug for Sphinx __version__ (#62)
Browse files Browse the repository at this point in the history
  • Loading branch information
clintval committed Aug 13, 2018
1 parent d5177cc commit 1c3330d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@
import sys


from sample_sheet import __version__

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


Expand All @@ -31,7 +29,7 @@
# The short X.Y version
version = ''
# The full version, including alpha/beta/rc tags
release = __version__
release = '0.8.0'

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

Expand Down

0 comments on commit 1c3330d

Please sign in to comment.