From 8306c75df4d404d8a0eb92336c6cad9c95f01025 Mon Sep 17 00:00:00 2001 From: German <28149841+germa89@users.noreply.github.com> Date: Thu, 17 Oct 2024 10:59:08 +0200 Subject: [PATCH 1/2] ci: avoiding linkcheck on changelog page --- 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 d4e73a7a0b..235c3db45b 100755 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -214,7 +214,7 @@ rst_epilog += f.read() # Broken anchors: -linkcheck_exclude_documents = ["index"] +linkcheck_exclude_documents = ["index", "changelog"] linkcheck_anchors_ignore_for_url = ["https://docs.pyvista.org/api/*"] linkcheck_ignore = [ "https://github.com/ansys/pymapdl/*", From 7097ceb533ec9e6235eb9b067813d83ea95bc6cc Mon Sep 17 00:00:00 2001 From: pyansys-ci-bot <92810346+pyansys-ci-bot@users.noreply.github.com> Date: Thu, 17 Oct 2024 09:01:34 +0000 Subject: [PATCH 2/2] chore: adding changelog file 3488.documentation.md [dependabot-skip] --- doc/changelog.d/3488.documentation.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 doc/changelog.d/3488.documentation.md diff --git a/doc/changelog.d/3488.documentation.md b/doc/changelog.d/3488.documentation.md new file mode 100644 index 0000000000..ed1b85597f --- /dev/null +++ b/doc/changelog.d/3488.documentation.md @@ -0,0 +1 @@ +ci: avoiding linkcheck on changelog page \ No newline at end of file