Skip to content

Commit 98189d2

Browse files
fix: Temp ignore repo link
1 parent 51e10a0 commit 98189d2

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

doc/source/conf.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,9 @@
201201
latex_elements = {"preamble": latex.generate_preamble(html_title)}
202202

203203
linkcheck_exclude_documents = ["index", "getting_started/local/index", "assets"]
204-
204+
linkcheck_ignore = [
205+
"https://github.com/ansys/allie-flowkit-python/"
206+
]
205207
# -- Declare the Jinja context -----------------------------------------------
206208
exclude_patterns = [
207209
"examples/**/*.ipynb",

0 commit comments

Comments
 (0)