data-apis / array-api

RFC document, tooling and other content related to the array API standard
https://data-apis.github.io/array-api/latest/
MIT License
205 stars 42 forks source link

Upgrade Sphinx version used in doc deployment #735

Closed rgommers closed 5 months ago

rgommers commented 5 months ago

It was breaking with:

sphinx-build "spec/2021.12" "_site/2021.12" -W --keep-going
Running Sphinx v4.3.0

Sphinx version error:
The sphinxcontrib.applehelp extension used by this project needs at least Sphinx v5.0; it therefore cannot be built with this version.
rgommers commented 5 months ago

Okay that fixed the problems. Always fun fighting with Sphinx ....

kgryte commented 5 months ago

Thanks!