summaryrefslogtreecommitdiffstats
path: root/docs/conf.py
diff options
context:
space:
mode:
authorRich Bennett <rb2745@att.com>2017-08-07 21:38:02 -0400
committerRich Bennett <rb2745@att.com>2017-08-07 21:52:58 -0400
commit9f0875c33d54bf716b18e2ab5d674a77463bdad1 (patch)
tree7c31fe0832b5f37ae92d51824054e0be8aac678b /docs/conf.py
parenta52a572b3401c86116fa014dd4249d06e54c976c (diff)
[DOC-24] Add Component Template, Sphinx 1.6.3
Change-Id: Ib810ef3354ff17da35c57f563ecd8e15e9250fa3 Signed-off-by: Rich Bennett <rb2745@att.com>
Diffstat (limited to 'docs/conf.py')
-rw-r--r--docs/conf.py9
1 files changed, 5 insertions, 4 deletions
diff --git a/docs/conf.py b/docs/conf.py
index b3d753323..2ecd6d528 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -24,7 +24,7 @@ import shlex
# -- General configuration ------------------------------------------------
# If your documentation needs a minimal Sphinx version, state it here.
-#needs_sphinx = '1.0'
+needs_sphinx = '1.6.3'
# Add any Sphinx extension module names here, as strings. They can be
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
@@ -34,8 +34,9 @@ extensions = [
'sphinx.ext.doctest',
'sphinx.ext.graphviz',
'sphinx.ext.todo',
- 'sphinx.ext.pngmath',
+ 'sphinx.ext.imgmath',
'sphinx.ext.viewcode',
+ 'sphinxcontrib.blockdiag'
]
# Add any paths that contain templates here, relative to this directory.
@@ -62,9 +63,9 @@ author = u'ONAP Contributors'
# built documents.
#
# The short X.Y version.
-version = 'test'
+version = 'pre-release alpha'
# The full version, including alpha/beta/rc tags.
-release = 'test'
+release = 'Amsterdam 0.1 alpha'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.