diff options
Diffstat (limited to 'docs/conf.py')
-rw-r--r-- | docs/conf.py | 3 |
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 |