Skip to content

Commit

Permalink
Set linkcheck_report_timeouts_as_broken to false (#2829)
Browse files Browse the repository at this point in the history
Allows more granularity in linkcheck results
  • Loading branch information
sciencewhiz authored Nov 6, 2024
1 parent af965e4 commit 4170c7c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,7 @@
linkcheck_timeout = 30
linkcheck_retries = 3
linkcheck_workers = 1
linkcheck_report_timeouts_as_broken = False

# Specify a standard user agent, as Sphinx default is blocked on some sites
user_agent = "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36"
Expand Down

0 comments on commit 4170c7c

Please sign in to comment.