We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8079afc + c84d3a6 commit 1735f70Copy full SHA for 1735f70
source/conf.py
@@ -109,6 +109,12 @@
109
"https://www.breezy-vcs.org/*",
110
]
111
linkcheck_retries = 5
112
+# Ignore anchors for links to GitHub project pages -- GitHub adds anchors from
113
+# README.md headings through JavaScript, so Sphinx's linkcheck can't find them
114
+# in the HTML.
115
+linkcheck_anchors_ignore_for_url = [
116
+ r"https://github\.com/",
117
+]
118
119
# -- Options for extlinks ----------------------------------------------------------
120
# https://www.sphinx-doc.org/en/master/usage/extensions/extlinks.html#configuration
0 commit comments