mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2026-08-01 17:18:00 -05:00
This method always returns False, it is dead code. The exception checking stopped working because Requests library wraps SSL errors in a `requests.exceptions.SSLError` and no longer throws an `urllib3.exceptions.SSLError`. The first argument to that exception is an `urllib3.exceptions.MaxRetryError`.