We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae83c37 commit 9e5aba9Copy full SHA for 9e5aba9
doc/changelog.d/1957.documentation.md
@@ -0,0 +1 @@
1
+ignore stackoverflow link
doc/source/conf.py
@@ -358,6 +358,7 @@ def intersphinx_pyansys_geometry(switcher_version: str):
358
linkcheck_ignore = [
359
r"https://github.com/ansys/pyansys-geometry-binaries",
360
r"https://download.ansys.com/",
361
+ r"https://stackoverflow.com/", # Requires human authentication
362
r".*/examples/.*.py",
363
r".*/examples/.*.ipynb",
364
r"_static/assets/.*",
0 commit comments