diff --git a/docs/conf.py b/docs/conf.py index d3877e1..5ae6c47 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -54,15 +54,16 @@ copyright = u'2017, Aziz Khan' author = u'Aziz Khan' -import intervene +#import intervene # The version info for the project you're documenting, acts as replacement for # |version| and |release|, also used in various other places throughout the # built documents. # # The short X.Y version. -version = intervene.__version__ +#version = intervene.__version__ +version = '0.6.2' # The full version, including alpha/beta/rc tags. -release = 'v'+str(intervene.__version__) +release = 'v0.6.2' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages.