Disable checking for link anchors

This commit is contained in:
Ivan Kravets
2014-10-08 17:41:48 +03:00
parent 1f80b6746e
commit ac02703f5f

View File

@ -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