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 | bade4755d861eaac7e08c98345e05592ada4a840 (patch) | |
| tree | 4173797a7a46d9cc144292d7b78e2c31293e0ae1 /docs/source/conf.py | |
| parent | 7b052f49098a6e4ec36a26c2dec5bf17646f5d33 (diff) | |
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/source/conf.py')
| -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. |
