diff options
author | Rich Bennett <rb2745@att.com> | 2017-10-16 08:28:03 -0400 |
---|---|---|
committer | Rich Bennett <rb2745@att.com> | 2017-10-16 08:33:14 -0400 |
commit | ae91ceb762aa643976d007d16436430ec5b04199 (patch) | |
tree | 7380e4339cd0abb656bcc4f994bc8cbce201240d /docs/conf.py | |
parent | 054f90823ac97ffe3cc19aa4f3c8d1571ad1d5a6 (diff) |
Sync logging-analytics update release note list
Sync logging-analytis submodule reference
Add Repo names of release notes list
Configuration changes to evaluate theme and footnote options
Change-Id: Ib65612908b1739d138f16387d866dbfcc583cdbb
Issue-ID: DOC-41
Signed-off-by: Rich Bennett <rb2745@att.com>
Diffstat (limited to 'docs/conf.py')
-rw-r--r-- | docs/conf.py | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/docs/conf.py b/docs/conf.py index ff9deae86..4fb3f416d 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -15,6 +15,7 @@ import sys import os import shlex +#import sphinx_bootstrap_theme # If extensions (or modules to document with autodoc) are in another directory, # add these directories to sys.path here. If the directory is relative to the @@ -63,18 +64,18 @@ source_suffix = '.rst' master_doc = 'index' # General information about the project. -project = u'ONAP' -copyright = u'2017, ONAP Contributors' -author = u'ONAP Contributors' +project = u'' +copyright = u'2017, ONAP. Licensed under CC BY 4.0' +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 = 'pre-release alpha' +version = 'Latest' # The full version, including alpha/beta/rc tags. -release = 'Amsterdam 0.1 alpha' +release = 'Latest' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. @@ -127,6 +128,7 @@ todo_include_todos = True # The theme to use for HTML and HTML Help pages. See the documentation for # a list of builtin themes. +#html_theme = 'bootstrap' html_theme = 'classic' # Theme options are theme-specific and customize the look and feel of a theme @@ -135,7 +137,7 @@ html_theme = 'classic' #html_theme_options = {} # Add any paths that contain custom themes here, relative to this directory. -#html_theme_path = [] +#html_theme_path = sphinx_bootstrap_theme.get_html_theme_path() # The name for this set of Sphinx documents. If None, it defaults to # "<project> v<release> documentation". |