Skip to content

Commit 84085c3

Browse files
ci: avoiding linkcheck on changelog page (#3488)
* ci: avoiding linkcheck on changelog page * chore: adding changelog file 3488.documentation.md [dependabot-skip] --------- Co-authored-by: pyansys-ci-bot <[email protected]>
1 parent 82838e9 commit 84085c3

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
ci: avoiding linkcheck on changelog page

doc/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@
214214
rst_epilog += f.read()
215215

216216
# Broken anchors:
217-
linkcheck_exclude_documents = ["index"]
217+
linkcheck_exclude_documents = ["index", "changelog"]
218218
linkcheck_anchors_ignore_for_url = ["https://docs.pyvista.org/api/*"]
219219
linkcheck_ignore = [
220220
"https://github.com/ansys/pymapdl/*",

0 commit comments

Comments
 (0)