Skip to content

Commit 0680ff9

Browse files
authored
Lower and revert linkcheck_timeout from 10 to 5
Closes #1612 and collective/collective.exportimport#239
1 parent 84c23a5 commit 0680ff9

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)