Skip to content

Commit

Permalink
fix(docs): Retries link checker on failure (#826)
Browse files Browse the repository at this point in the history
Some Ubuntu websites are unstable so retry up to 3 times.
  • Loading branch information
jibel authored Oct 27, 2023
2 parents 10629eb + e5de967 commit da5d976
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,9 @@
r'https://github\.com/.*'
]

# Some Ubuntu links are unstable
linkcheck_retries = 10

############################################################
### Styling
############################################################
Expand Down

0 comments on commit da5d976

Please sign in to comment.