From 890978456c238de30d547d5d4a2992b5cace62ee Mon Sep 17 00:00:00 2001 From: "raviteja.karumuri" Date: Fri, 20 Sep 2024 14:06:44 +0100 Subject: Generating multiple HTML files to support multiple scenarios Issue-ID: CCSDK-4036 Change-Id: Iba0fd2432d2d6ce411a4762fee0cb8d1fa434ed2 Signed-off-by: Raviteja Karumuri --- docs/conf.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'docs/conf.py') diff --git a/docs/conf.py b/docs/conf.py index 63725446..5cd858a3 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -100,5 +100,6 @@ linkcheck_ignore = [ r'http://localhost:\d+/', './a1-adapter-api.html', #Generated file that doesn't exist at link check. './pms-api.html', #Generated file that doesn't exist at link check. - './pms-api-v3.html' #Generated file that doesn't exist at link check. + './pms-api-v3.html', #Generated file that doesn't exist at link check. + './a1pms-api-v3.html' #Generated file that doesn't exist at link check. ] \ No newline at end of file -- cgit 1.2.3-korg