Fix docs invite
Invite link on docs was still set to dpy, this changes it to edpy
This commit is contained in:
parent
1957fa6011
commit
0638bda719
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user