aboutsummaryrefslogtreecommitdiffstats
path: root/docs/conf.py
diff options
context:
space:
mode:
authorraviteja.karumuri <raviteja.karumuri@est.tech>2024-09-20 14:06:44 +0100
committerRAVITEJA KARUMURI <raviteja.karumuri@est.tech>2024-10-01 14:23:06 +0000
commit890978456c238de30d547d5d4a2992b5cace62ee (patch)
treeb46aa07fc678a41698ee225d9282c2b1b9b00b69 /docs/conf.py
parent7c50c52e71bb26071d40ffd6db97640ad2a5a963 (diff)
Generating multiple HTML files to support multiple scenarios
Issue-ID: CCSDK-4036 Change-Id: Iba0fd2432d2d6ce411a4762fee0cb8d1fa434ed2 Signed-off-by: Raviteja Karumuri <raviteja.karumuri@est.tech>
Diffstat (limited to 'docs/conf.py')
-rw-r--r--docs/conf.py3
1 files changed, 2 insertions, 1 deletions
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