3.3.2 changelog (#3621)

* 3.3.2 changelog

* few fixes

* add contributors

* that one last change from milestone
This commit is contained in:
jack1142
2020-02-28 21:48:32 +01:00
committed by GitHub
parent f6361992e3
commit 52480783ee
2 changed files with 146 additions and 1 deletions

View File

@@ -222,7 +222,11 @@ intersphinx_mapping = {
# Extlinks
# This allows to create links to d.py docs with
# :dpy_docs:`link text <site_name.html>`
extlinks = {"dpy_docs": (f"https://discordpy.readthedocs.io/en/v{dpy_version}/%s", None)}
extlinks = {
"dpy_docs": (f"https://discordpy.readthedocs.io/en/v{dpy_version}/%s", None),
"issue": ("https://github.com/Cog-Creators/Red-DiscordBot/issues/%s", "#"),
"ghuser": ("https://github.com/%s", "@"),
}
# Doctest
# If this string is non-empty, all blocks with ``>>>`` in them will be