Skip to content

Commit

Permalink
fix(docs): Retries link checker on failure
Browse files Browse the repository at this point in the history
  • Loading branch information
jibel committed Oct 27, 2023
1 parent aafc642 commit 42711be
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 = 3

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

0 comments on commit 42711be

Please sign in to comment.