Fix download links now broken in Spyder 6 & fix error w/stylelint #378
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Pull Request
Pull Request Checklist
Description of Changes
Discovered in and blocks PR #377
When Spyder 6 was released earlier today, the existing download links all broke due to the changes to the filenames to make them more consistent, as well as some of the extensions, and the new Spyder website without a separate download section. Therefore, we've fixed these issues as well as adding a new Linux installer button.
Technically this is going in before the Spyder 5 branch gets cut, but as the Spyder 5 links would be broken anyway (we'd have to hardcode them to the latest version) and are of increasingly dubious various for new users now that Spyder 6 is (nominally) stable, and this is blocking other PRs that we want to apply to the Spyder 5 docs as well (i.e. for the translations that we've already done), I'm going and merging this to
master
before cutting that branch.Additionally, I've fixed something else that's broken in the meantime and causing the lint check to fail, the stylelint-no-unsupported-browser-features check causing stylelint to crash due to a change in caniuse ( RJWadley/stylelint-no-unsupported-browser-features/issues#299 ), by pinning the latter dependency to a known good version.