Skip to content

Commit 9e5aba9

Browse files
docs: ignore stackoverflow link (#1957)
Co-authored-by: pyansys-ci-bot <92810346+pyansys-ci-bot@users.noreply.github.com>
1 parent ae83c37 commit 9e5aba9

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

doc/changelog.d/1957.documentation.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
ignore stackoverflow link

doc/source/conf.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -358,6 +358,7 @@ def intersphinx_pyansys_geometry(switcher_version: str):
358358
linkcheck_ignore = [
359359
r"https://github.com/ansys/pyansys-geometry-binaries",
360360
r"https://download.ansys.com/",
361+
r"https://stackoverflow.com/", # Requires human authentication
361362
r".*/examples/.*.py",
362363
r".*/examples/.*.ipynb",
363364
r"_static/assets/.*",

0 commit comments

Comments
 (0)