Skip to content

Commit 1781583

Browse files
committed
Chore: Mitigate rate limiting on github.com
1 parent 152db0d commit 1781583

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docs/conf.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,3 +34,8 @@
3434
intersphinx_mapping["myst"] = ("https://myst-parser.readthedocs.io/en/latest/", None)
3535
intersphinx_mapping["sd"] = ("https://sphinx-design.readthedocs.io/en/latest/", None)
3636
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

Comments
 (0)