-
-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Error after 8.2.0 upgrade (nbsphinx) #13364
Copy link
Copy link
Closed as not planned
Labels
Description
Describe the bug
I'm not sure while this problem should be assigned to Sphinx package. But anyway after upgrading Sphinx 8.2.0, this exception occured:
File "/Users/arafune/env/py312/lib/python3.12/site-packages/sphinx/events.py", line 415, in emit
raise ExtensionError(
sphinx.errors.ExtensionError: イベント <function html_collect_pages at 0x15e040fe0> のハンドラ 'html-collect-pages' で例外が発生 しました。 (exception: module 'sphinx.util' has no attribute 'console')
How to Reproduce
$ git clone https://github.com/arafune/arpes.git
$ uv sync in arpes directly
$ cd arpes/doc
$ make html
Environment Information
This problem does not occur in 8.1.3.
Sphinx extensions
Additional context
No response
Reactions are currently unavailable