From 2dd8f5414856e7473b0da14b6a1f4ce7ba60f98a Mon Sep 17 00:00:00 2001 From: Victor Grau Serrat Date: Thu, 19 Oct 2017 14:35:25 -0600 Subject: [PATCH] WIP: build docs --- docs/source/conf.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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.