diff --git a/builddoc/conf.py b/builddoc/conf.py index b4cc7e9..4cbd4a3 100644 --- a/builddoc/conf.py +++ b/builddoc/conf.py @@ -52,8 +52,7 @@ # General information about the project. project = u'PhyPraKit' copyright = u'2016, Günter Quast' -## from PhyPraKit import __version__ as _release #! not on readthedocs.org -_release='1.1.3rc2' +from PhyPraKit import __version__ as _release #! not on readthedocs.org _version = _release.split('.')[0] + '.' + _release.split('.')[1] # The version info for the project you're documenting, acts as replacement for