Skip to content

Commit cc7eca2

Browse files
tsvikaswebknjaz
andauthored
add ^ to regex
Co-authored-by: 🇺🇦 Sviatoslav Sydorenko (Святослав Сидоренко) <[email protected]>
1 parent 72af9ef commit cc7eca2

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/conf.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,9 @@
3939
html_split_index = False
4040
html_short_title = f'{project}-{version}'
4141

42-
linkcheck_anchors_ignore_for_url = [r'https?://(www\.)?github\.com/.*']
42+
linkcheck_anchors_ignore_for_url = [
43+
r'^https?://(www\.)?github\.com/.*',
44+
]
4345

4446
napoleon_use_ivar = True
4547
napoleon_use_rtype = False

0 commit comments

Comments
 (0)