X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=docs%2Fconf.py;h=2f37573b53647034d579cf7a6c6ac58b5c52de8e;hb=refs%2Ftags%2F2.0.1;hp=93ba0c42718e971a4e8a9f1062d89b408c0bfe29;hpb=bf59ae4d1e0ec45991c418654070cf78e2c65795;p=pti%2Fo2.git diff --git a/docs/conf.py b/docs/conf.py index 93ba0c4..2f37573 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -17,7 +17,9 @@ 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. + 'http://put_your_*', + './oran-o2-api.html', # Generated file that doesn't exist at link check. + './api-docs.html' ] extensions = ['sphinxcontrib.redoc', 'sphinx.ext.intersphinx']