We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 152db0d commit 1781583Copy full SHA for 1781583
docs/conf.py
@@ -34,3 +34,8 @@
34
intersphinx_mapping["myst"] = ("https://myst-parser.readthedocs.io/en/latest/", None)
35
intersphinx_mapping["sd"] = ("https://sphinx-design.readthedocs.io/en/latest/", None)
36
intersphinx_mapping["sde"] = ("https://sphinx-design-elements.readthedocs.io/en/latest/", None)
37
+
38
39
+linkcheck_ignore += [
40
+ "https://github.com/",
41
+]
0 commit comments