X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=docs%2Fconf.py;h=cbf90f70c6fdda79ff3e449a13cb821d7e063944;hb=1da304689093f1144d2be5cfb1fac6f29a158caa;hp=19b23f4239c424bd702744ed50e477d965416546;hpb=da7f8a14395e007e798b8df3429ce5cd55c9f426;p=doc.git diff --git a/docs/conf.py b/docs/conf.py index 19b23f423..cbf90f70c 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -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