From 1b516141957943a32b0a5327925c18db3ce786fa Mon Sep 17 00:00:00 2001 From: Revathyvenugopal162 Date: Mon, 12 Aug 2024 09:27:18 +0200 Subject: [PATCH] fix: change linkcheck --- doc/source/conf.py | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/source/conf.py b/doc/source/conf.py index b3494f447..2339c32aa 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -101,6 +101,7 @@ # Ignore the following patterns when accessing links linkcheck_ignore = [ r"https://github.com/ansys-internal/.*", + r"https://pkgs.dev.azure.com/pyansys/_packaging/pyansys/pypi/*", ] # Auxiliary routines for automatic documentation generation