From 12e892ece081d6f05cbc43e574e9d52b3347a380 Mon Sep 17 00:00:00 2001 From: Anderson Bravalheri Date: Tue, 1 Feb 2022 16:47:39 +0000 Subject: [PATCH] Display user name in docs the same way it appears in GitHub --- docs/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index 18910e3..c37c2ce 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -329,7 +329,7 @@ "discussion": (f"{repository}/discussions/%s", "discussion #%s"), "pypi": ("https://pypi.org/project/%s", "%s"), "github": ("https://github.com/%s", "%s"), - "user": ("https://github.com/sponsors/%s", "%s"), + "user": ("https://github.com/sponsors/%s", "@%s"), } print(f"loading configurations for {project} {version} ...", file=sys.stderr)