aboutsummaryrefslogtreecommitdiff
path: root/docs/conf.py
diff options
context:
space:
mode:
authorJosh <[email protected]>2021-05-06 21:51:07 +1000
committerGitHub <[email protected]>2021-05-06 07:51:07 -0400
commit3864fb37a0814345913c7ca4fd1978fa5e2ef7e2 (patch)
treee5a411b6e35fe3485381880a40223cc574d5e2e9 /docs/conf.py
parentTypehint emoji classes (diff)
downloaddiscord.py-3864fb37a0814345913c7ca4fd1978fa5e2ef7e2.tar.xz
discord.py-3864fb37a0814345913c7ca4fd1978fa5e2ef7e2.zip
Fix various reference issues in documentation
Co-Authored-By: Riley Shaw <[email protected]>
Diffstat (limited to 'docs/conf.py')
-rw-r--r--docs/conf.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/conf.py b/docs/conf.py
index aed9086b..925d5339 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -53,7 +53,7 @@ extlinks = {
intersphinx_mapping = {
'py': ('https://docs.python.org/3', None),
'aio': ('https://docs.aiohttp.org/en/stable/', None),
- 'req': ('http://docs.python-requests.org/en/latest/', 'requests.inv')
+ 'req': ('https://docs.python-requests.org/en/latest/', None)
}
rst_prolog = """