From e4bb2ee01f5c855384f2a91d29d364498838901b Mon Sep 17 00:00:00 2001 From: bnewbold Date: Mon, 1 Sep 2014 21:22:34 -0400 Subject: docs: set release to prerelease; change title render --- docs/source/_templates/layout.html | 2 +- docs/source/conf.py | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'docs') diff --git a/docs/source/_templates/layout.html b/docs/source/_templates/layout.html index 994ad53..16dc7e2 100644 --- a/docs/source/_templates/layout.html +++ b/docs/source/_templates/layout.html @@ -13,6 +13,6 @@ {% block header %} {% endblock %} diff --git a/docs/source/conf.py b/docs/source/conf.py index 0d1ee9e..50badda 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -58,10 +58,10 @@ copyright = u'2010, 2011, LeafLabs, LLC. 2014 Various Contributors' # built documents. # # The short X.Y version. -version = '0.1' +version = '0.0' # The full version, including alpha/beta/rc tags. # FIXME [RELEASE] update this for the release -release = 'v0.1.0-dev' +release = 'prerelease' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. -- cgit v1.2.3