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 4951713 commit 4c81a02Copy full SHA for 4c81a02
docs/conf.py
@@ -357,6 +357,11 @@
357
gettext_compact = False # optional.
358
359
360
+# Link check: Ignore anchors as this requires page rendering of the link
361
+# e.g. github links with anchors will fail due to being implemented in js
362
+# see https://www.sphinx-doc.org/en/master/usage/configuration.html#confval-linkcheck_anchors
363
+linkcheck_anchors = False
364
+
365
366
def setup(app):
367
app.add_config_value('recommonmark_config', {
0 commit comments