Skip to content

Commit 1a632bb

Browse files
authored
Merge pull request #1668 from plone/1612-lower-lincheck_timeout
Lower and revert linkcheck_timeout from 10 to 5
2 parents 84c23a5 + 0680ff9 commit 1a632bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@
101101
r"https://www.youtube.com/playlist", # volto, TODO remove after installing sphinxcontrib.youtube
102102
]
103103
linkcheck_anchors = True
104-
linkcheck_timeout = 10
104+
linkcheck_timeout = 5
105105
linkcheck_retries = 1
106106

107107
# The suffix of source filenames.

0 commit comments

Comments
 (0)