diff options
author | Rich Bennett <rb2745@att.com> | 2017-11-21 17:13:19 -0500 |
---|---|---|
committer | Rich Bennett <rb2745@att.com> | 2017-11-21 17:35:18 -0500 |
commit | 9bc6be54e9a5318096920a650df545606553a48a (patch) | |
tree | d6ace8ab9177b71cb6d0524f28daed89a353237f | |
parent | 50ea282ecfd649b1d25ec251d3ba80a7adf687e2 (diff) |
Add Release, Version, and Tags
Sphinx Release=Amsterdam Version=1.0.0
Git tags 1.0.0-Amsterdam v1.0.0
Issue-ID: DOC-98
Signed-off-by: Rich Bennett <rb2745@att.com>
Change-Id: Ic9237e175d1fbecbf2ecd2e1b350d530de9baf2a
-rw-r--r-- | docs/conf.py | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/docs/conf.py b/docs/conf.py index 393e2ac42..f8bc45863 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -72,11 +72,10 @@ author = u'Open Network Automation Platform' # The version info for the project you're documenting, acts as replacement for # |version| and |release|, also used in various other places throughout the # built documents. -# # The short X.Y version. -version = 'Latest' +version = '1.0.0' # The full version, including alpha/beta/rc tags. -release = 'Latest' +release = 'Amsterdam' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. |