From c2076670f5b44d7e975784a2f8ec26f9365c8b71 Mon Sep 17 00:00:00 2001 From: Richard Frank Date: Wed, 30 Mar 2016 11:38:00 -0400 Subject: [PATCH] DOC: Don't include the commit hash in the docs titles --- docs/source/conf.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index 58c9d9e4..62d0bd16 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -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.