X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=docs%2Fconf.py;h=59016f1cb2663a41ce92cf9b17081c97b9bdabfd;hb=1668918950d5590aab82710852257c8f8b89642d;hp=5371015c66318d74f5c008e9e2cdb64db157dda4;hpb=053c09a2ed1a8fc8aeef3f8185902634feec8000;p=optf%2Fosdf.git diff --git a/docs/conf.py b/docs/conf.py index 5371015..59016f1 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -7,6 +7,27 @@ linkcheck_ignore = [ 'http://localhost', ] +extensions = [ + 'sphinxcontrib.redoc', +] + +redoc = [ + { + 'name': 'OSDF API', + 'page': './osdf-api', + 'spec': './api/swagger/oof-osdf-has-api.json', + 'embed': True, + }, + { + 'name': 'OPTENG API', + 'page': './opteng-api', + 'spec': './api/swagger/oof-osdf-has-api.json', + 'embed': True, + } + ] + +redoc_uri = 'https://cdn.jsdelivr.net/npm/redoc@next/bundles/redoc.standalone.js' + intersphinx_mapping = {} html_last_updated_fmt = '%d-%b-%y %H:%M'