Fix typo in doc/usage/configuration.rst

Co-authored-by: François Freitag <mail@franek.fr>
This commit is contained in:
Takeshi KOMIYA
2021-05-31 02:54:17 +09:00
committed by GitHub
parent 4201a84b35
commit fe89a07a92

View File

@@ -2534,7 +2534,7 @@ Options for the linkcheck builder
.. code-block:: python
linkcheck_working_redirects = {
linkcheck_allowed_redirects = {
# All HTTP redirections from the source URI to the canonical URI will be treated as "working".
r'https://sphinx-doc\.org/.*': r'https://sphinx-doc\.org/en/master/.*'
}