From 143221e26268da86bcc92ac276887e38b408d609 Mon Sep 17 00:00:00 2001 From: Chris Dent Date: Wed, 14 Jan 2015 14:34:34 +0000 Subject: [PATCH] Don't include version and release info in docs. --- 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 9b3b348..df19680 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -54,9 +54,9 @@ copyright = u'2014-2015, Chris Dent' # built documents. # # The short X.Y version. -version = '0.1.0' +version = '' # The full version, including alpha/beta/rc tags. -release = '0.1.0' +release = '' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages.