diff options
author | Lukasz Rajewski <lukasz.rajewski@orange.com> | 2021-02-24 16:51:59 +0100 |
---|---|---|
committer | Lukasz Rajewski <lukasz.rajewski@orange.com> | 2021-02-24 16:52:37 +0100 |
commit | 0cfbc57b64e81ced9ce3a744f25ebd1b402b8108 (patch) | |
tree | b084d8ce6c8d3de5e58b73a8b0501a740d1cdb7f /docs/conf.py | |
parent | 4a8cc585e6163c7e31101603ab073cbc57317dab (diff) |
K8s Plugin v1 API Specification
K8s Plugin v1 API Specification
Issue-ID: MULTICLOUD-1296
Signed-off-by: Lukasz Rajewski <lukasz.rajewski@orange.com>
Change-Id: Iecfbe657c315c3b00c0ebcbb6f4f097eb4d56009
Diffstat (limited to 'docs/conf.py')
-rw-r--r-- | docs/conf.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/conf.py b/docs/conf.py index 5371015..d9c0433 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -7,6 +7,8 @@ linkcheck_ignore = [ 'http://localhost', ] +extensions = ['sphinxcontrib.swaggerdoc'] + intersphinx_mapping = {} html_last_updated_fmt = '%d-%b-%y %H:%M' |