File tree Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Original file line number Diff line number Diff line change 6464}
6565
6666
67+ # -- Options for linkcheck builder -------------------------------------------
68+ # ref: https://www.sphinx-doc.org/en/master/usage/configuration.html#options-for-the-linkcheck-builder
69+ #
70+ linkcheck_ignore = [
71+ r"(.*)github\.com(.*)#" , # javascript based anchors
72+ r"(.*)/#%21(.*)/(.*)" , # /#!forum/jupyter - encoded anchor edge case
73+ r"https://github.com/[^/]*$" , # too many github usernames / searches in changelog
74+ "https://github.com/jupyterhub/binderhub/pull/" , # too many PRs in changelog
75+ "https://github.com/jupyterhub/binderhub/compare/" , # too many comparisons in changelog
76+ ]
77+ linkcheck_anchors_ignore = [
78+ "/#!" ,
79+ "/#%21" ,
80+ ]
81+
82+
6783# -- Options for the rediraffe extension -------------------------------------
6884# ref: https://github.com/wpilibsuite/sphinxext-rediraffe#readme
6985#
You can’t perform that action at this time.
0 commit comments