Fix property CSS to be more inline with everything else

This commit is contained in:
Rapptz
2021-06-28 04:16:51 -04:00
parent 039bb9f871
commit e3a66bcccc
2 changed files with 8 additions and 0 deletions

View File

@ -45,6 +45,8 @@ extensions = [
autodoc_member_order = 'bysource'
autodoc_typehints = 'none'
# maybe consider this?
# napoleon_attr_annotations = False
extlinks = {
'issue': ('https://github.com/Rapptz/discord.py/issues/%s', 'GH-'),