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 a7a4bee commit df5728cCopy full SHA for df5728c
src/conf.py
@@ -130,7 +130,8 @@
130
r'https://polys.me/?$', # 403 forbidden
131
r'https://app.element.io/#/room/#conda-forge-space:matrix.org', # needs login
132
r'https://anacondacon.io/.*$', # website is gone
133
- r'https://matrix.to/#.*$', # anchors are generated dynamically
+ r'https://matrix.io/#.*$', # anchors are generated dynamically
134
+ r'https://app.element.io/#.*$', # anchors are generated dynamically
135
r'https://wave.webaim.org/report#.*$', # anchors are generated dynamically
136
] + anchor_check_fps
137
0 commit comments