Skip to content

Commit

Permalink
Added documentaiton version
Browse files Browse the repository at this point in the history
  • Loading branch information
Jose Gomez-Dans committed Oct 29, 2018
1 parent dfc6616 commit eb1e573
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,14 @@
author = 'J Gomez-Dans'

# The short X.Y version
version = ''
try:
from gp_emulator import __version__ as version
except ImportError:
version = "1.6.5"
#version = ''
# The full version, including alpha/beta/rc tags
release = ''

#release = ''
release = version

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

Expand Down

0 comments on commit eb1e573

Please sign in to comment.