mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
- Links that respond with HTTP 401 (unauthorized) responses are now considered ``broken`` by default. - Timeouts that occur when checking a link are now reported with a distinct `timeout` status code, instead of the previous ``broken``. - The previous behaviours are still available and can be configured on an opt-in basis per-project using ``conf.py``. Co-authored-by: Adam Turner <9087854+aa-turner@users.noreply.github.com>