Skip to content

Commit fb448fb

Browse files
fix: add Stack Overflow links to linkcheck ignore list (#3922)
* fix: add Stack Overflow links to linkcheck ignore list * chore: adding changelog file 3922.fixed.md [dependabot-skip] --------- Co-authored-by: pyansys-ci-bot <92810346+pyansys-ci-bot@users.noreply.github.com>
1 parent 0ee4401 commit fb448fb

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

doc/changelog.d/3922.fixed.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
fix: add Stack Overflow links to linkcheck ignore list

doc/source/conf.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -228,6 +228,7 @@
228228
"https://courses.ansys.com/*", # It is detected as broken
229229
"https://blog.derlin.ch/genetic-algorithms-with-pygad", # Error: Too Many Requests for url
230230
"https://www.mdpi.com/*", # 403 Client Error: Forbidden for url
231+
"https://stackoverflow.com/questions/*", # It is detected as broken
231232
]
232233
linkcheck_anchors_ignore = [
233234
# these anchors are picked by linkcheck as broken but they are not.

0 commit comments

Comments
 (0)