-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
sphinx~=7.3.0 breaks sphinx-immaterial #12295
Comments
Sphinx 7.3.5 has been released with fixes. A |
Just went through sphinx-immaterial's usage of Edit: looks like #12297 may fully resolve this |
Sphinx 7.3.4. worked well for me but now I get the error:
Please may you fix this? I guess you missed from C++ reimports as well as the Python ones (maybe other too?) |
Chiming in to report this also breaks in the same way for Breathe as well. |
Sphinx 7.3.6 has been released. A |
Describe the bug
sphinx~=7.3.0
seems to break the sphinx-immaterial theme, whereassphinx~=7.2.0
works fine with this themeHow to Reproduce
I'm using docker/compose to minimize the environment for testability (it's reproducible elsewhere, but wanting to keep this simple)
Files
docker-compose.yml:
Dockerfile:
requirements.txt:
src/conf.py
src/index.rst
Steps
docker compose build
results in the following pip freeze and traceback in the build logs:Environment Information
Sphinx extensions
["sphinx_immaterial"]
Additional context
No response
The text was updated successfully, but these errors were encountered: