forked from platformio/platformio-core
Disable checking for link anchors
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user