diff options
author | KAPIL SINGAL <ks220y@att.com> | 2020-12-08 19:19:05 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2020-12-08 19:19:05 +0000 |
commit | 3a4efd58a568bd4fb7ce53a0b9a54778fa4c40d4 (patch) | |
tree | 59cfb8b9d6d339724a61b8f85b8ff71735860163 /docs/conf.py | |
parent | 1820eb337ff812fff26a0cc8d70bb88c5d678873 (diff) | |
parent | eaa1ac9e51c6c87cd1f4dd1cf7ba2d070ed75979 (diff) |
Merge "CDS add API reference documentation"
Diffstat (limited to 'docs/conf.py')
-rw-r--r-- | docs/conf.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/conf.py b/docs/conf.py index de84a196d..f3087f901 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -7,7 +7,7 @@ linkcheck_ignore = [ 'http://localhost', ] -extensions = ['sphinx_tabs.tabs'] +extensions = ['sphinx_tabs.tabs', 'sphinxcontrib.swaggerdoc'] intersphinx_mapping = {} |