-
Notifications
You must be signed in to change notification settings - Fork 10
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.2 appears to break piccolo
theme
#61
Comments
I wonder if this problem is related to this: sphinx-doc/sphinx#11608 ? |
@alexlancaster Thanks for reporting this. Seems like there was a lot of changes in Sphinx 7.2 The reason we add a GET param to the CSS path is for cache busting - browsers will ignore their cached CSS if they see a different GET param. If we remove the GET param, it's not the end of the world. |
I just checked, and removing the GET param fixes it - will do a release tomorrow. |
This should be fixed now in I've added some integration tests, so we're now testing against a range of Sphinx versions. |
I just |
I upgraded to sphinx 7.2.2 and I now get this error (also happens with 7.2.0, 7.2.1 - seems to have been introduced in 7.2.x series):
If I revert to 7.1.2 and earlier, I don't encounter this error.
The text was updated successfully, but these errors were encountered: