Updated Branches: refs/heads/master c78a4f886 -> 3fad79d75
docs: update sphinx documentation version Project: http://git-wip-us.apache.org/repos/asf/trafficserver/repo Commit: http://git-wip-us.apache.org/repos/asf/trafficserver/commit/3fad79d7 Tree: http://git-wip-us.apache.org/repos/asf/trafficserver/tree/3fad79d7 Diff: http://git-wip-us.apache.org/repos/asf/trafficserver/diff/3fad79d7 Branch: refs/heads/master Commit: 3fad79d75186ff4de86bdd560a4543ea14eb3dc4 Parents: c78a4f8 Author: James Peach <[email protected]> Authored: Thu Aug 8 14:39:31 2013 -0700 Committer: James Peach <[email protected]> Committed: Thu Aug 8 14:39:31 2013 -0700 ---------------------------------------------------------------------- doc/conf.py | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/trafficserver/blob/3fad79d7/doc/conf.py ---------------------------------------------------------------------- diff --git a/doc/conf.py b/doc/conf.py index 026583f..9e46148 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -64,10 +64,14 @@ copyright = u'2013, [email protected]' # |version| and |release|, also used in various other places throughout the # built documents. # +# NOTE: The build system automatically sets the version correctly, but external +# sphinx builders (like readthedocs.org) do not, so we still have to manually +# update a reasonable version number here. +# # The short X.Y version. -version = '3.3' +version = '3.4' # The full version, including alpha/beta/rc tags. -release = '3.3.1' +release = '3.4.x' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages.
