Fix api.rst missing; Update the API name in the swagger; Update user
[pti/o2.git] / docs / conf.py
index 93ba0c4..68338b2 100644 (file)
@@ -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']