WIP: build docs

This commit is contained in:
Victor Grau Serrat
2017-10-19 14:35:25 -06:00
parent 2d41f124f0
commit 2dd8f54148
+3 -2
View File
@@ -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.