diff --git a/docs/conf.py b/docs/conf.py index be11d82f1..50752c569 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -90,6 +90,9 @@ r'https://github\.com/.*' ] +# Some Ubuntu links are unstable +linkcheck_retries = 10 + ############################################################ ### Styling ############################################################