We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ee4401 commit fb448fbCopy full SHA for fb448fb
doc/changelog.d/3922.fixed.md
@@ -0,0 +1 @@
1
+fix: add Stack Overflow links to linkcheck ignore list
doc/source/conf.py
@@ -228,6 +228,7 @@
228
"https://courses.ansys.com/*", # It is detected as broken
229
"https://blog.derlin.ch/genetic-algorithms-with-pygad", # Error: Too Many Requests for url
230
"https://www.mdpi.com/*", # 403 Client Error: Forbidden for url
231
+ "https://stackoverflow.com/questions/*", # It is detected as broken
232
]
233
linkcheck_anchors_ignore = [
234
# these anchors are picked by linkcheck as broken but they are not.
0 commit comments