We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6fb37ee commit 585ef0aCopy full SHA for 585ef0a
docs/conf.py
@@ -82,8 +82,9 @@
82
r"http://127.0.0.1",
83
r"http://localhost",
84
r"http://yoursite",
85
- # Ignore file downloads
+ # Ignore static file downloads
86
r"^/_static/",
87
+ r"^/_images/",
88
# Ignore pages that require authentication
89
r"https://github.com/orgs/plone/teams/", # requires auth
90
r"https://github.com/plone/documentation/issues/new/choose", # requires auth
0 commit comments