X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=docs%2Fconf2.py;h=1cb86543fd1157800cf6952a09a80da0ed8c2a60;hb=refs%2Fheads%2F2.0.0-ONAP;hp=7baa040385b5d68c59e487c5e15795e2f79f0e93;hpb=7134cba7aa509a5ee7628244c52979e02807d252;p=doc.git diff --git a/docs/conf2.py b/docs/conf2.py index 7baa04038..1cb86543f 100644 --- a/docs/conf2.py +++ b/docs/conf2.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,7 +128,8 @@ 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 = 'default' +html_theme = 'bootstrap' +#html_theme = 'classic' # Theme options are theme-specific and customize the look and feel of a theme # further. For a list of options available for each theme, see the @@ -135,7 +137,7 @@ html_theme = 'default' #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 # " v documentation".