DOC: Don't include the commit hash in the docs titles

This commit is contained in:
Richard Frank
2016-03-30 11:38:00 -04:00
parent f8f81b9e2f
commit c2076670f5
+2 -2
View File
@@ -43,8 +43,8 @@ master_doc = 'index'
project = u'Zipline'
copyright = u'2016, Quantopian Inc.'
# The full version, including alpha/beta/rc tags.
release = version
# The full version, including alpha/beta/rc tags, but excluding the commit hash
release = version.split('+', 1)[0]
# List of patterns, relative to source directory, that match files and
# directories to ignore when looking for source files.