I'm building the documentation of this project with Sphinx 9.1.0 on Fedora Linux 44, and there's a theme error occurring:
Traceback
=========
File "/usr/lib/python3.14/site-packages/sphinx/builders/html/__init__.py", line 1238, in handle_page
raise ThemeError(msg) from exc
sphinx.errors.ThemeError: An error happened in rendering the page index.
Reason: TypeError("argument of type '_CascadingStyleSheet' is not a container or iterable")
I'm building the documentation of this project with Sphinx 9.1.0 on Fedora Linux 44, and there's a
theme erroroccurring: