From 1e6556a2b41afed11ee2b6c9b9256f6cb8769a66 Mon Sep 17 00:00:00 2001 From: Chris Lovering Date: Wed, 23 Mar 2022 20:04:44 +0000 Subject: Add async_stats subclass of statsd This is used by the bots to push stats to statsd in a non-blocking way. Co-authored-by: Joe Banks --- docs/conf.py | 1 + 1 file changed, 1 insertion(+) (limited to 'docs/conf.py') diff --git a/docs/conf.py b/docs/conf.py index 855a5856..47c788df 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -132,6 +132,7 @@ intersphinx_mapping = { "python": ("https://docs.python.org/3", None), "discord": ("https://discordpy.readthedocs.io/en/master/", None), "aiohttp": ("https://docs.aiohttp.org/en/stable/", None), + "statsd": ("https://statsd.readthedocs.io/en/v3.3/", ("_static/statsd_additional_objects.inv", None)), } -- cgit v1.2.3