jaraco / irc

Full-featured Python IRC library for Python.
MIT License
390 stars 84 forks source link

Docs builds failing #212

Closed jaraco closed 10 months ago

jaraco commented 10 months ago

The docs are failing with this warning:

WARNING: error while formatting arguments for irc.client.PrioritizedHandler: Handler <function update_defvalue at 0x105389a80> for event 'autodoc-before-process-signature' threw an exception (exception: )

There's nothing particularly special about that class:

https://github.com/jaraco/irc/blob/6a3c9483e8f384b5d54a3a85dfb6351c11ad3744/irc/client.py#L682-L685

jaraco commented 10 months ago

Upstream issue is https://github.com/sphinx-doc/sphinx/issues/11543.