Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Docs builds failing #212

Closed
jaraco opened this issue Aug 12, 2023 · 1 comment
Closed

Docs builds failing #212

jaraco opened this issue Aug 12, 2023 · 1 comment

Comments

@jaraco
Copy link
Owner

jaraco commented Aug 12, 2023

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:

irc/irc/client.py

Lines 682 to 685 in 6a3c948

class PrioritizedHandler(collections.namedtuple('Base', ('priority', 'callback'))):
def __lt__(self, other):
"when sorting prioritized handlers, only use the priority"
return self.priority < other.priority

@jaraco
Copy link
Owner Author

jaraco commented Aug 12, 2023

Upstream issue is sphinx-doc/sphinx#11543.

@jaraco jaraco closed this as completed in 5cfc220 Aug 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant