Skip to content

Commit 5f34ed2

Browse files
Ignore Ansys link
1 parent 6125897 commit 5f34ed2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

doc/source/conf.py

+4
Original file line numberDiff line numberDiff line change
@@ -216,6 +216,10 @@ def setup(app):
216216
inheritance_graph_attrs = dict(rankdir="RL", size='"8.0, 10.0"', fontsize=14, ratio="compress")
217217
inheritance_node_attrs = dict(shape="ellipse", fontsize=14, height=0.75, color="dodgerblue1", style="filled")
218218

219+
# Ignore certain URLs
220+
linkcheck_ignore = [
221+
r"https://www.ansys.com/.*",
222+
]
219223

220224
# -- Options for HTML output -------------------------------------------------
221225

0 commit comments

Comments
 (0)