nextcord / nextcord-ext-menus

A nextcord menu and pagination extension that makes working with reaction menus and button component menus a bit easier
https://menus.docs.nextcord.dev
MIT License
26 stars 9 forks source link

docs: Fix duplicate members in GroupByEntry #53

Closed DenverCoder1 closed 1 year ago

DenverCoder1 commented 1 year ago

Summary

GroupByEntry was showing duplicate entries for key and items in Sphinx 5.x.

This fixes the issue by removing :members: (Thanks https://stackoverflow.com/a/63637956/11608064)

image

Checklist