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 28ea25b commit 436dbb3Copy full SHA for 436dbb3
doc/source/conf.py
@@ -225,7 +225,8 @@ def get_images_directories_from_path(path):
225
linkcheck_ignore = [
226
f"https://github.com/{user_repo}/*",
227
"https://www.ansys.com/*"
228
- # TODO: link works as expected despite linkcheck complains
+]
229
+linkcheck_anchors_ignore = [
230
"https://help.agi.com/stk/12.8.0/index.htm#stk/importfiles-02.htm"
231
]
232
0 commit comments