mirror of
https://github.com/python-telegram-bot/python-telegram-bot.git
synced 2025-03-16 12:25:45 +01:00
fix duplicate object descriptions
Fixed by removing `:undoc-members:` in the affected classes. Closes https://github.com/sphinx-doc/sphinx/issues/9294
This commit is contained in:
parent
bba4c5bb33
commit
26b1fcc21e
3 changed files with 0 additions and 3 deletions
|
@ -5,5 +5,4 @@ telegram.ext.Handler
|
|||
|
||||
.. autoclass:: telegram.ext.Handler
|
||||
:members:
|
||||
:undoc-members:
|
||||
:show-inheritance:
|
||||
|
|
|
@ -5,5 +5,4 @@ telegram.Update
|
|||
|
||||
.. autoclass:: telegram.Update
|
||||
:members:
|
||||
:undoc-members:
|
||||
:show-inheritance:
|
||||
|
|
|
@ -5,5 +5,4 @@ telegram.User
|
|||
|
||||
.. autoclass:: telegram.User
|
||||
:members:
|
||||
:undoc-members:
|
||||
:show-inheritance:
|
||||
|
|
Loading…
Add table
Reference in a new issue