Skip to content

Commit 436dbb3

Browse files
committed
doc: ignore missing anchor
1 parent 28ea25b commit 436dbb3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

doc/source/conf.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +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
228+
]
229+
linkcheck_anchors_ignore = [
229230
"https://help.agi.com/stk/12.8.0/index.htm#stk/importfiles-02.htm"
230231
]
231232

0 commit comments

Comments
 (0)