Alex Liu
2 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
docs/conf.py
|
|
@ -51,7 +51,7 @@ autodoc_typehints = 'none' |
|
|
|
# napoleon_attr_annotations = False |
|
|
|
|
|
|
|
extlinks = { |
|
|
|
'issue': ('https://github.com/Rapptz/discord.py/issues/%s', 'GH-'), |
|
|
|
'issue': ('https://github.com/Rapptz/discord.py/issues/%s', 'GH-%s'), |
|
|
|
'ddocs': ('https://discord.com/developers/docs/%s', None), |
|
|
|
} |
|
|
|
|
|
|
|