We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a43507 commit bf99e07Copy full SHA for bf99e07
conf.py
@@ -146,6 +146,7 @@
146
r"https://(www\.)?(twitter|x|facebook|buffer|nytimes)\.com.*", # crawling/DDoS protection
147
r"https://cz\.pycon\.org/\d+/.+", # see https://pyvec.slack.com/archives/C4PPZNPDK/p1617716799001200
148
r"https://github\.com/[^/]+/[^/]+/commits/.+", # GitHub aggressively rate-limits these
149
+ r"https://pyvec\.slack\.com", # Slack is not public
150
]
151
152
0 commit comments