Updated links
This commit is contained in:
11
docs/conf.py
11
docs/conf.py
@@ -49,7 +49,7 @@ autodoc_typehints = "none"
|
|||||||
# napoleon_attr_annotations = False
|
# napoleon_attr_annotations = False
|
||||||
|
|
||||||
extlinks = {
|
extlinks = {
|
||||||
"issue": ("https://github.com/Rapptz/discord.py/issues/%s", "GH-"),
|
"issue": ("https://github.com/iDevision/enhanced-discord.py/issues/%s", "GH-"),
|
||||||
}
|
}
|
||||||
|
|
||||||
# Links used for cross-referencing stuff in other documentation
|
# Links used for cross-referencing stuff in other documentation
|
||||||
@@ -159,7 +159,7 @@ html_experimental_html5_writer = True
|
|||||||
html_theme = "basic"
|
html_theme = "basic"
|
||||||
|
|
||||||
html_context = {
|
html_context = {
|
||||||
"discord_invite": "https://discord.gg/r3sSKJJ",
|
"discord_invite": "https://discord.gg/TvqYBrGXEm",
|
||||||
"discord_extensions": [
|
"discord_extensions": [
|
||||||
("discord.ext.commands", "ext/commands"),
|
("discord.ext.commands", "ext/commands"),
|
||||||
("discord.ext.tasks", "ext/tasks"),
|
("discord.ext.tasks", "ext/tasks"),
|
||||||
@@ -167,10 +167,9 @@ html_context = {
|
|||||||
}
|
}
|
||||||
|
|
||||||
resource_links = {
|
resource_links = {
|
||||||
"discord": "https://discord.gg/r3sSKJJ",
|
"discord": "https://discord.gg/TvqYBrGXEm",
|
||||||
"issues": "https://github.com/Rapptz/discord.py/issues",
|
"issues": "https://github.com/iDevision/enhanced-discord.py/issues",
|
||||||
"discussions": "https://github.com/Rapptz/discord.py/discussions",
|
"examples": f"https://github.com/iDevision/enhanced-discord.py/tree/{branch}/examples",
|
||||||
"examples": f"https://github.com/Rapptz/discord.py/tree/{branch}/examples",
|
|
||||||
}
|
}
|
||||||
|
|
||||||
# Theme options are theme-specific and customize the look and feel of a theme
|
# Theme options are theme-specific and customize the look and feel of a theme
|
||||||
|
Reference in New Issue
Block a user