mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Ensure raw strings are used for regular expression patterns
This commit is contained in:
parent
63e7ee6de1
commit
e3f0aa9307
@ -103,7 +103,7 @@ latex_use_xindy = True
|
|||||||
linkcheck_timeout = 5
|
linkcheck_timeout = 5
|
||||||
linkcheck_ignore = [
|
linkcheck_ignore = [
|
||||||
r'^contents\.html$', # extra generated page
|
r'^contents\.html$', # extra generated page
|
||||||
'^\.\./contents\.html$',
|
r'^\.\./contents\.html$',
|
||||||
re.escape('https://gitlab.com/projects/new'), # requires sign-in
|
re.escape('https://gitlab.com/projects/new'), # requires sign-in
|
||||||
re.escape('https://web.libera.chat/?channel=#sphinx-doc'),
|
re.escape('https://web.libera.chat/?channel=#sphinx-doc'),
|
||||||
]
|
]
|
||||||
|
Loading…
Reference in New Issue
Block a user