X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=docs%2Fconf.py;h=ff9deae865065c4df4dc32ef18e3e46b58d24c33;hb=3beeced464fd424bda372d098a3b907f577d4155;hp=19b23f4239c424bd702744ed50e477d965416546;hpb=da7f8a14395e007e798b8df3429ce5cd55c9f426;p=doc.git diff --git a/docs/conf.py b/docs/conf.py index 19b23f423..ff9deae86 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -36,9 +36,18 @@ extensions = [ 'sphinx.ext.todo', 'sphinx.ext.imgmath', 'sphinx.ext.viewcode', - 'sphinxcontrib.blockdiag' + 'sphinxcontrib.blockdiag', + 'sphinxcontrib.seqdiag', + 'sphinx.ext.ifconfig', + 'sphinx.ext.todo', + 'sphinxcontrib.httpdomain', + 'sphinxcontrib.plantuml', + 'sphinxcontrib.swaggerdoc' ] +# Font path for seqdiag +seqdiag_fontpath= '/usr/share/fonts/truetype/dejavu/DejaVuSansCondensed.ttf' + # Add any paths that contain templates here, relative to this directory. templates_path = ['_templates'] @@ -83,8 +92,7 @@ language = None # List of patterns, relative to source directory, that match files and # directories to ignore when looking for source files. exclude_patterns = [ - '_build', - 'templates' + '_build' ] # The reST default role (used for this markup: `text`) to use for all @@ -363,3 +371,7 @@ epub_exclude_files = ['search.html'] # If false, no index is generated. #epub_use_index = True + +# Patterns to ignore in linkcheck builder +linkcheck_ignore = [r'http://localhost:\d+/'] +