From 71699fcecf464d6137389a4769f9be32544bb5b5 Mon Sep 17 00:00:00 2001 From: Revathyvenugopal162 Date: Wed, 24 Jul 2024 15:20:56 +0200 Subject: [PATCH 1/2] fix: link check with docs build --- doc/source/conf.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/source/conf.py b/doc/source/conf.py index 0659663aa..46fb1dfb1 100755 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -113,3 +113,5 @@ # change the preamble of latex with customized title page # variables are the title of pdf, watermark latex_elements = {"preamble": latex.generate_preamble(html_title)} + +linkcheck_ignore = ["https://www.ansys.com/*"] \ No newline at end of file From 479de8ec912128c522b773803d24b24a8b27d27d Mon Sep 17 00:00:00 2001 From: Revathyvenugopal162 Date: Wed, 24 Jul 2024 15:22:19 +0200 Subject: [PATCH 2/2] fix: pre-commit --- doc/source/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/conf.py b/doc/source/conf.py index 46fb1dfb1..e6f64a93f 100755 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -114,4 +114,4 @@ # variables are the title of pdf, watermark latex_elements = {"preamble": latex.generate_preamble(html_title)} -linkcheck_ignore = ["https://www.ansys.com/*"] \ No newline at end of file +linkcheck_ignore = ["https://www.ansys.com/*"]