mirror of
https://github.com/wassname/catalyst.git
synced 2026-07-24 13:00:57 +08:00
WIP: build docs
This commit is contained in:
+3
-2
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user