Skip to content
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

[HUGE DIFF] Update CSS link for copied files #418

Merged
merged 1 commit into from
Dec 5, 2024

Conversation

melissawm
Copy link
Member

This PR fixes a current issue with the CSS in copied over pages.

To prevent breakage between two consecutive version, our copy unversioned files workflow cleverly overwrites the html output to use the CSS file living on the dev folder. That makes sense for stable/dev, but once stable becomes an old version, it will still try to read the dev CSS files resulting in errors. See https://napari.org/0.5.0/index.html, for example.

This PR fixes all links to point to the correct version of the CSS files in the unversioned pages: CSS version = current_version+1.

@jni jni merged commit 6471de8 into napari:gh-pages Dec 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants