X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=docs%2Fconf.py;h=cbf90f70c6fdda79ff3e449a13cb821d7e063944;hb=1da304689093f1144d2be5cfb1fac6f29a158caa;hp=2ecd6d5288adb4e60c62a985e43e4d03a148be39;hpb=e6af771992ef632695c9e46a4c2053b4a22036c0;p=doc.git diff --git a/docs/conf.py b/docs/conf.py index 2ecd6d528..cbf90f70c 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.6.3' +needs_sphinx = '1.5.3' # Add any Sphinx extension module names here, as strings. They can be # extensions coming with Sphinx (named 'sphinx.ext.*') or your custom @@ -36,7 +36,8 @@ extensions = [ 'sphinx.ext.todo', 'sphinx.ext.imgmath', 'sphinx.ext.viewcode', - 'sphinxcontrib.blockdiag' + 'sphinxcontrib.blockdiag', + 'sphinxcontrib.seqdiag' ] # Add any paths that contain templates here, relative to this directory. @@ -84,7 +85,7 @@ language = None # directories to ignore when looking for source files. exclude_patterns = [ '_build', - 'templates' + 'submodules/vnfrqts' ] # The reST default role (used for this markup: `text`) to use for all