Skip to content

Commit 585ef0a

Browse files
committed
Ignore link to static images
1 parent 6fb37ee commit 585ef0a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/conf.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,8 +82,9 @@
8282
r"http://127.0.0.1",
8383
r"http://localhost",
8484
r"http://yoursite",
85-
# Ignore file downloads
85+
# Ignore static file downloads
8686
r"^/_static/",
87+
r"^/_images/",
8788
# Ignore pages that require authentication
8889
r"https://github.com/orgs/plone/teams/", # requires auth
8990
r"https://github.com/plone/documentation/issues/new/choose", # requires auth

0 commit comments

Comments
 (0)