diff options
author | Jun Hu <jh245g@att.com> | 2017-09-18 14:11:23 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2017-09-18 14:11:23 +0000 |
commit | e284478277aa512dc47f142eadf09c54741db66d (patch) | |
tree | 68dfcfdc63088949604138adb25cf7bd08f8d27e /docs/conf.py | |
parent | ba086ac596ce0183f7b62cb66f355144e08947a7 (diff) | |
parent | 3beeced464fd424bda372d098a3b907f577d4155 (diff) |
Merge "Remove linkcheck and add API examples"
Diffstat (limited to 'docs/conf.py')
-rw-r--r-- | docs/conf.py | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/docs/conf.py b/docs/conf.py index ceb28cad2..ff9deae86 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -37,7 +37,12 @@ extensions = [ 'sphinx.ext.imgmath', 'sphinx.ext.viewcode', 'sphinxcontrib.blockdiag', - 'sphinxcontrib.seqdiag' + 'sphinxcontrib.seqdiag', + 'sphinx.ext.ifconfig', + 'sphinx.ext.todo', + 'sphinxcontrib.httpdomain', + 'sphinxcontrib.plantuml', + 'sphinxcontrib.swaggerdoc' ] # Font path for seqdiag @@ -369,3 +374,4 @@ epub_exclude_files = ['search.html'] # Patterns to ignore in linkcheck builder linkcheck_ignore = [r'http://localhost:\d+/'] + |