Closed
Description
It seems like it should be possible by using the Attributes
keyword in the class/init docstring, adding a docstring after the attr, or using #:
on the line before it.
However all of these methods result in the follow error when building the docs
Handler <function doctree_read at 0x0000026AE96A80D0> for event 'doctree-read' threw an exception (exception: type object 'BotBase' has no attribute 'all_extensions')
I spent quite a while googling around trying to figure out why this happens but didn't manage to get anywhere with it.