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 51e10a0 commit 98189d2Copy full SHA for 98189d2
doc/source/conf.py
@@ -201,7 +201,9 @@
201
latex_elements = {"preamble": latex.generate_preamble(html_title)}
202
203
linkcheck_exclude_documents = ["index", "getting_started/local/index", "assets"]
204
-
+linkcheck_ignore = [
205
+ "https://github.com/ansys/allie-flowkit-python/"
206
+]
207
# -- Declare the Jinja context -----------------------------------------------
208
exclude_patterns = [
209
"examples/**/*.ipynb",
0 commit comments