diff --git a/docs/conf.py b/docs/conf.py index a35d2c06..5e890ad6 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -274,4 +274,5 @@ if not on_rtd: # only import and set the theme if we're building docs locally # A timeout value, in seconds, for the linkcheck builder # http://sphinx-doc.org/config.html#confval-linkcheck_timeout -linkcheck_timeout = 30 +linkcheck_timeout = 10 +linkcheck_anchors = False