Skip to content
This repository has been archived by the owner on Nov 15, 2024. It is now read-only.

Commit

Permalink
fix: linkcheck for ci to ignore scaleway anchor URL (canonical#4793)
Browse files Browse the repository at this point in the history
Commit ce07818 introduced new doc links for Scaleway datasource.
Ignore anchors which sphinx linkcheck cannot parse.

Fixes CI linkcheck failures.
  • Loading branch information
blackboxsw authored Jan 23, 2024
1 parent 84b322c commit 9d22a63
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions doc/rtd/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,7 @@
linkcheck_ignore = [
r"http://\[fd00:ec2::254.*",
r"http://instance-data.*",
r"https://www.scaleway.com/en/developers/api/instance.*",
r"https://powersj.io.*",
r"http://169.254.169.254.*",
r"http://10.10.0.1.*",
Expand Down

0 comments on commit 9d22a63

Please sign in to comment.