Skip to content

Commit e3f0aa9

Browse files
committed
Ensure raw strings are used for regular expression patterns
1 parent 63e7ee6 commit e3f0aa9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@
103103
linkcheck_timeout = 5
104104
linkcheck_ignore = [
105105
r'^contents\.html$', # extra generated page
106-
'^\.\./contents\.html$',
106+
r'^\.\./contents\.html$',
107107
re.escape('https://gitlab.com/projects/new'), # requires sign-in
108108
re.escape('https://web.libera.chat/?channel=#sphinx-doc'),
109109
]

0 commit comments

Comments
 (0)