-
-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Regression in Sphinx 8.2.0rc1: sphinx.util.console #13352
Copy link
Copy link
Closed as not planned
Description
Describe the bug
I was importing sphinx and other stuff from sphinx.util.*, but I wasn't importing sphinx.util.console explicitly.
Previously, I could use sphinx.util.console.brown, but with Sphinx v8.2.0rc1 I'm getting:
Traceback
=========
File "/root/checkout/.venv/lib/python3.13/site-packages/sphinx/events.py", line 415, in emit
raise ExtensionError(
...<4 lines>...
) from exc
sphinx.errors.ExtensionError: Handler <function html_collect_pages at 0x7f7af01e1d00> for event 'html-collect-pages' threw an exception (exception: module 'sphinx.util' has no attribute 'console')
For some reason, I seem to be getting this only on CircleCI.
It might be related to cc8161a
How to Reproduce
see above
Environment Information
see above
Sphinx extensions
Additional context
No response
Reactions are currently unavailable