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 | 728b1d8002544fe56454ac1da848e7d0c1fb8175 (patch) | |
tree | e5cd2d236b544816638b09cb0b89cfec81b6675d /docs | |
parent | 0dbb4829963a88a84a4387e8c9dc7ce94482a28b (diff) | |
download | librambutan-728b1d8002544fe56454ac1da848e7d0c1fb8175.tar.gz librambutan-728b1d8002544fe56454ac1da848e7d0c1fb8175.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 'docs')
-rw-r--r-- | docs/source/conf.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/source/conf.py b/docs/source/conf.py index 63f109f..975ad1e 100644 --- a/docs/source/conf.py +++ b/docs/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. |