X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=docs%2Fconf.py;fp=docs%2Fconf.py;h=68338b21181d79367769778f4d9a80889a6eb241;hb=02f067858baaa32bce3fc65109c8db3b3927dd85;hp=93ba0c42718e971a4e8a9f1062d89b408c0bfe29;hpb=eea8cbf069f08f04845a2480faef3bf142226652;p=pti%2Fo2.git diff --git a/docs/conf.py b/docs/conf.py index 93ba0c4..68338b2 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -17,7 +17,8 @@ linkcheck_ignore = [ 'http://localhost.*', 'http://127.0.0.1.*', 'https://gerrit.o-ran-sc.org.*', - './oran-o2-api.html' # Generated file that doesn't exist at link check. + './oran-o2-api.html', # Generated file that doesn't exist at link check. + './api-docs.html' ] extensions = ['sphinxcontrib.redoc', 'sphinx.ext.intersphinx']