Skip to content

Commit 725c7ef

Browse files
committed
fix: ignore linkcheck
1 parent bc58500 commit 725c7ef

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

doc/source/conf.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -225,6 +225,8 @@ def get_images_directories_from_path(path):
225225
linkcheck_ignore = [
226226
f"https://github.com/{user_repo}/*",
227227
"https://www.ansys.com/*"
228+
# TODO: link works as expected despite linkcheck complains
229+
"https://help.agi.com/stk/12.7.1/index.htm#stk/importfiles-02.htm"
228230
]
229231

230232

0 commit comments

Comments
 (0)