From 525d65ea912d20d18d6d815a1707df0a3caeedb9 Mon Sep 17 00:00:00 2001 From: ToxicKidz Date: Fri, 25 Feb 2022 08:36:59 -0500 Subject: feat: Port the Site API wrapper from the bot repo Co-authored-by: Johannes Christ Co-authored-by: MarkKoz --- 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 52eaf60a..6ea701e5 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -131,6 +131,7 @@ extlinks = { intersphinx_mapping = { "python": ("https://docs.python.org/3", None), "disnake": ("https://docs.disnake.dev/en/latest/", None), + "aiohttp": ("https://docs.aiohttp.org/en/stable/", None), } -- cgit v1.2.3