Skip to content

Commit

Permalink
Display user name in docs the same way it appears in GitHub
Browse files Browse the repository at this point in the history
  • Loading branch information
abravalheri committed Feb 1, 2022
1 parent 04b567a commit 12e892e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)

0 comments on commit 12e892e

Please sign in to comment.