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.
1 parent 88796c7 commit c0c5fcdCopy full SHA for c0c5fcd
docs/source/conf.py
@@ -85,6 +85,10 @@
85
86
suppress_warnings = ['image.nonlocal_uri']
87
88
+# don't check for the existence of anchors, since on e.g. github's rendered
89
+# markdown, the anchors are constructed by the rendering javascript, and
90
+# therefore not present in the initial response
91
+linkcheck_anchors = False
92
# regex patterns for the beginning of links not to check
93
linkcheck_ignore = [
94
r'https?://(localhost|127\.0\.0\.1):\d+/', # local links
0 commit comments