diff options
-rw-r--r-- | docs/source/_templates/layout.html | 2 | ||||
-rw-r--r-- | docs/source/conf.py | 4 |
2 files changed, 3 insertions, 3 deletions
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 %} <header id="pageheader"><h1> <a href="http://docs.rambutan.cc">Rambutan Documentation:</a> - <a href="{{ pathto(master_doc) }} ">{{ shorttitle }} {{ release}}</a> + <a href="{{ pathto(master_doc) }} ">{{ shorttitle }} ({{ release}})</a> </h1></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. |