diff options
author | ShubhamRathi <shubhamiiitbackup@gmail.com> | 2017-03-31 01:25:40 +0530 |
---|---|---|
committer | ShubhamRathi <shubhamiiitbackup@gmail.com> | 2017-03-31 01:27:03 +0530 |
commit | b0b59e5e175738af53ef25cd219cacc52cca96ac (patch) | |
tree | f3e41ad1391eae771dd8a1d9ffee975ffb09faae /docs/conf.py | |
parent | 7046a6de49a0b3cf0e234319a029a5032ea1f984 (diff) |
Misc Changes
1. Remove nonparticipating projects from
submodules
2. Show 'Danube' in navbar instead of 'Latest'
Change-Id: If3967153e7f0f4696dd71408ec7174182a071985
Signed-off-by: ShubhamRathi <shubhamiiitbackup@gmail.com>
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 a5e9fd235..e68bf8dc8 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 = 'Danube' # The full version, including alpha/beta/rc tags. -release = 'Latest' +release = 'Danube' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. |