-
Notifications
You must be signed in to change notification settings - Fork 29
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
Theme breaks with Sphinx 7.2.0 #1464
Comments
We are having the same issue with the Read the Docs Sphinx Theme. See readthedocs/sphinx_rtd_theme#1502 cc @picnixz |
Fixes the copy button target to copy only the code, not the tooltip text. Pinned the Sphinx version because of #1464.
Well, early investigations are a bit of a bummer: Sphinx 7.2 dropped Python 3.8 support, but it's still a supported Python release, so the theme should continue to work with Python 3.8 (and Sphinx versions < 7). That means, as a theme author, I need to support both worlds: (paths as strings vs. paths as paths, Sphinx testing utility, CSS file/JS file type changes). Or I just throw my hands up and drop support for Python 3.8 going forward. |
Related issue: #1512 |
I'm eager to know when this issue will be resolved. Can you share any insights on the timeline? |
@DeepakArora76 Unfortunately no. Version 5 of this project is still in beta and I don't know when I'll be able to resolve all remaining issues. |
Trying to build fails with Sphinx 7.2.0 with the following error:
The text was updated successfully, but these errors were encountered: