diff options
author | bnewbold <bnewbold@robocracy.org> | 2014-09-01 21:22:34 -0400 |
---|---|---|
committer | bnewbold <bnewbold@robocracy.org> | 2014-09-01 21:24:08 -0400 |
commit | e4bb2ee01f5c855384f2a91d29d364498838901b (patch) | |
tree | 634bd92d22bde30506f1ba078309305bace5686a /docs | |
parent | c5d014588245fe0f09e755f0bf0f02f0e7f59ec0 (diff) | |
download | librambutan-e4bb2ee01f5c855384f2a91d29d364498838901b.tar.gz librambutan-e4bb2ee01f5c855384f2a91d29d364498838901b.zip |
docs: set release to prerelease; change title render
Diffstat (limited to 'docs')
-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. |