Skip to content

Commit 02e0525

Browse files
committed
fix: increase timeout for docsearch
1 parent 71dcf0b commit 02e0525

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
@@ -17,7 +17,7 @@
1717
extensions = ["sphinx_docsearch", "myst_parser"]
1818
myst_enable_extensions = ["colon_fence", "deflist"]
1919
linkcheck_ignore = ["https://dashboard.algolia.com"]
20-
linkcheck_timeout = 60
20+
linkcheck_timeout = 90
2121
html_show_sourcelink = False
2222

2323
# DocSearch Sphinx extension

0 commit comments

Comments
 (0)