mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-09-03 00:25:14 +00:00
make documentation sphinx 3.x compatible
This commit is contained in:
@ -107,7 +107,8 @@ def build_lookup_table(env):
|
||||
ignored = {
|
||||
'data', 'exception', 'module', 'class',
|
||||
}
|
||||
for (fullname, (docname, objtype)) in domain.objects.items():
|
||||
|
||||
for (fullname, _, objtype, docname, _, _) in domain.get_objects():
|
||||
if objtype in ignored:
|
||||
continue
|
||||
|
||||
|
Reference in New Issue
Block a user