diff --git a/docs/source/conf.py b/docs/source/conf.py index 0be5eb29..467af2d5 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -1,7 +1,7 @@ import sys import os -from catalyst import __version__ as version +#from catalyst import __version__ as version # If extensions (or modules to document with autodoc) are in another directory, # add these directories to sys.path here. If the directory is relative to the @@ -44,7 +44,8 @@ project = u'Zipline' copyright = u'2016, Quantopian Inc.' # The full version, including alpha/beta/rc tags, but excluding the commit hash -release = version.split('+', 1)[0] +#release = version.split('+', 1)[0] +release = '0.3' # List of patterns, relative to source directory, that match files and # directories to ignore when looking for source files.