spyder-ide / spyder-docs

Documentation for Spyder, the Scientific Python Development Environment
https://docs.spyder-ide.org
MIT License
32 stars 274 forks source link

Add/update links to separate M1 and Intel macOS installers #359

Closed CAM-Gerlach closed 5 months ago

CAM-Gerlach commented 5 months ago

Pull Request

Pull Request Checklist

Description of Changes

As fixed for the Spyder website in spyder-ide/website-spyder#223 , the download link for macOS now 404s (as correctly detected by sphinx linkcheck due to the Mac installers being renamed with the 5.5.1 release recently and split into x86-64 (Intel) and ARM64 (M1) versions. The simplest fix for now was to just split the existing macOS download button into two, which is exactly what this PR does.

Merging this will fix the linkcheck failure first seen on PR #358 .