Fix docs invite

Invite link on docs was still set to dpy, this changes it to edpy
This commit is contained in:
iDutchy 2021-09-19 02:42:43 +02:00 committed by GitHub
parent 1957fa6011
commit 0638bda719
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -352,5 +352,5 @@ texinfo_documents = [
def setup(app):
if app.config.language == "ja":
app.config.intersphinx_mapping["py"] = ("https://docs.python.org/ja/3", None)
app.config.html_context["discord_invite"] = "https://discord.gg/nXzj3dg"
app.config.resource_links["discord"] = "https://discord.gg/nXzj3dg"
app.config.html_context["discord_invite"] = "https://discord.gg/TvqYBrGXEm"
app.config.resource_links["discord"] = "https://discord.gg/TvqYBrGXEm"