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 b919f15 commit e46ff14Copy full SHA for e46ff14
docs/conf.py
@@ -87,8 +87,8 @@
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
91
- r"https://github.com/plone/volto/issues/new/choose", # requires auth
+ r"https://github.com/plone/documentation/issues/new", # requires auth
+ r"https://github.com/plone/volto/issues/new", # requires auth
92
r"https://opensource.org/", # requires auth
93
# Ignore github.com pages with anchors
94
r"https://github.com/.*#.*",
0 commit comments