Skip to content

Commit

Permalink
chore(docs): increment linkcheck retries
Browse files Browse the repository at this point in the history
Set linkcheck retries to 3 to avoid spurious pipeline failures
during the linkcheck lint.
  • Loading branch information
vpa1977 committed Sep 9, 2024
1 parent 371bc72 commit cd1e42f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,8 @@
typehints_document_rtype = True
linkcheck_anchors_ignore = ["slice-definitions"]

linkcheck_retries = 3

# Enable support for google-style instance attributes.
napoleon_use_ivar = True

Expand Down

0 comments on commit cd1e42f

Please sign in to comment.