From ac02703f5f422484d4e37913eb0d6d67729fbee7 Mon Sep 17 00:00:00 2001 From: Ivan Kravets Date: Wed, 8 Oct 2014 17:41:48 +0300 Subject: [PATCH] Disable checking for link anchors --- docs/conf.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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