Browse Source

Fix build issue on Sphinx v6

pull/9422/head
Alex Liu 2 years ago
committed by GitHub
parent
commit
92d350059b
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      docs/conf.py

2
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),
}

Loading…
Cancel
Save