diff --git a/docs/conf.py b/docs/conf.py index aa33fbc9..2d39a249 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -191,10 +191,10 @@ ] linkcheck_anchors = True -# linkcheck_timeout = 10 -# linkcheck_retries = 2 -linkcheck_timeout = 5 -linkcheck_retries = 1 +linkcheck_timeout = 10 +linkcheck_retries = 2 +# linkcheck_timeout = 5 +# linkcheck_retries = 1 # The suffix of source filenames. source_suffix = {