diff options
author | Trevor Bramwell <tbramwell@linuxfoundation.org> | 2018-04-25 10:55:35 -0700 |
---|---|---|
committer | Trevor Bramwell <tbramwell@linuxfoundation.org> | 2018-04-25 10:56:26 -0700 |
commit | e4286948fd120476463f39218c63fd2e41fcc1b6 (patch) | |
tree | cc8e62308ea3d77fccc8906aba5a4fe0fb6f2551 /docs/conf.py | |
parent | db783e82f6a17702bf748156978c1581668175d0 (diff) |
Set release/version to Fraser for stable branch
The documentation currently lists the version as 'Latest'. Chaging this
to 'Fraser' will fix this.
Change-Id: Iab9112f2ad8c358fc98df7fd545635edfcedb953
Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
Diffstat (limited to 'docs/conf.py')
-rw-r--r-- | docs/conf.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/conf.py b/docs/conf.py index 9d9f28168..d2c234779 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -41,9 +41,9 @@ author = 'Open Platform for NFV' # built documents. # # The short X.Y version. -version = 'Latest' +version = 'Fraser' # The full version, including alpha/beta/rc tags. -release = 'Latest' +release = 'Fraser' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. |