From 0caf68315fcb154143a04cb562613c7c9f029b39 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alex=20N=C3=B8rgaard?= Date: Thu, 3 Oct 2024 11:23:52 +0100 Subject: [PATCH] remove trailing slash --- docs/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index 22db70f..b3b1f9a 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -103,7 +103,7 @@ # Links used for cross-referencing other documentation intersphinx_mapping: dict[str, tuple[str, None]] = { "python": ("https://docs.python.org/3", None), - "aiohttp": ("https://docs.aiohttp.org/en/stable/", None), + "aiohttp": ("https://docs.aiohttp.org/en/stable", None), } # Prolog for asynchronous functions