Skip to content

Commit 87dae2a

Browse files
authored
Restore link check after public relase
remove ignore links after public release - fix #15 (#20)
1 parent f61c630 commit 87dae2a

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

doc/source/conf.py

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -90,18 +90,6 @@
9090
# The master toctree document.
9191
master_doc = "index"
9292

93-
94-
# TODO: remove ignore links after public release
95-
# https://github.com/ansys/scade-example-multi-touch-cockpit/issues/15
96-
linkcheck_ignore = [
97-
"https://github.com/ansys/scade-example-multi-touch-cockpit",
98-
"https://github.com/ansys/scade-example-multi-touch-cockpit/actions/workflows/ci_cd.yml",
99-
"https://pypi.org/project/ansys-scade-example-multi-touch-cockpit",
100-
# The link below takes a long time to check
101-
"https://www.ansys.com/products/embedded-software/ansys-scade-suite",
102-
"https://www.ansys.com/*",
103-
]
104-
10593
# suppress warnings about fa-build while building the documentation-pdf
10694
suppress_warnings = [
10795
"design.fa-build",

0 commit comments

Comments
 (0)