diff options
author | Sofia Wallin <sofia.wallin@ericsson.com> | 2017-09-29 11:47:44 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2017-09-29 11:47:44 +0000 |
commit | 7c880d4234ada8062d48de340655f0c009655e5f (patch) | |
tree | 46577af1a22b11587160f96064bfdc0ef3e3d271 | |
parent | 5c0a666e66a04827d54237937de2161ec6ba331f (diff) | |
parent | 747e9f21081aa4a782882301ce19846e38dd09ca (diff) |
Merge "Fix the version/release for latest documents on master"
-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 38a8c8121..9d9f28168 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 = 'Danube' +version = 'Latest' # The full version, including alpha/beta/rc tags. -release = 'Danube' +release = 'Latest' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. |