diff options
| author | Rapptz <[email protected]> | 2019-04-10 01:05:47 -0400 |
|---|---|---|
| committer | Rapptz <[email protected]> | 2019-04-10 01:05:47 -0400 |
| commit | 5b99e7d6f428eec23a5f3be046e7187329ab1aa7 (patch) | |
| tree | 2c513386b0ca0f770b1f606895ec4ed6d80f4dd8 /docs/conf.py | |
| parent | Version bump to v1.0.1 (diff) | |
| download | discord.py-5b99e7d6f428eec23a5f3be046e7187329ab1aa7.tar.xz discord.py-5b99e7d6f428eec23a5f3be046e7187329ab1aa7.zip | |
Update changelogv1.0.1
Diffstat (limited to 'docs/conf.py')
| -rw-r--r-- | docs/conf.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/conf.py b/docs/conf.py index 58c32c3f..af09c7e9 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -43,7 +43,7 @@ extensions = [ autodoc_member_order = 'bysource' extlinks = { - 'issue': ('https://github.com/Rapptz/discord.py/issues/%s', 'issue '), + 'issue': ('https://github.com/Rapptz/discord.py/issues/%s', 'GH-'), } # Links used for cross-referencing stuff in other documentation |