summaryrefslogtreecommitdiffstats
path: root/docs/conf.py
diff options
context:
space:
mode:
Diffstat (limited to 'docs/conf.py')
-rw-r--r--docs/conf.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/conf.py b/docs/conf.py
index 476a4d36..52eaf60a 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -83,6 +83,7 @@ html_logo = "https://raw.githubusercontent.com/python-discord/branding/main/logo
html_favicon = html_logo
html_css_files = [
+ "index.css",
"logo.css",
]
@@ -129,7 +130,7 @@ extlinks = {
# -- Options for intersphinx extension ---------------------------------------
intersphinx_mapping = {
"python": ("https://docs.python.org/3", None),
- "discord": ("https://discordpy.readthedocs.io/en/master/", None),
+ "disnake": ("https://docs.disnake.dev/en/latest/", None),
}