diff options
author | Marti Bolivar <mbolivar@leaflabs.com> | 2011-05-26 01:55:18 -0400 |
---|---|---|
committer | Marti Bolivar <mbolivar@leaflabs.com> | 2011-05-26 02:42:07 -0400 |
commit | 42243a0c7315c508bd6b5f2d60e8c987f908aeff (patch) | |
tree | a4404e6eac901547ea33b12732817f70485dc8b7 /source | |
parent | 376e1c98b4e1d34c216dba4b8c320b0c083a7a1c (diff) | |
download | librambutan-42243a0c7315c508bd6b5f2d60e8c987f908aeff.tar.gz librambutan-42243a0c7315c508bd6b5f2d60e8c987f908aeff.zip |
Make docs say their version is 'custom-build'.
This should get changed on each release branch when the time comes. A
FIXME comment has been added to that effect.
Diffstat (limited to 'source')
-rw-r--r-- | source/conf.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/source/conf.py b/source/conf.py index 63f109f..975ad1e 100644 --- a/source/conf.py +++ b/source/conf.py @@ -59,7 +59,8 @@ copyright = u'2010, LeafLabs, LLC' # The short X.Y version. version = '0.0' # The full version, including alpha/beta/rc tags. -release = '0.0.10beta' +# FIXME [0.0.11] update this for the release +release = 'custom-build' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. |