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

Upgrade Sphinx version used in doc deployment #735

Merged
merged 2 commits into from
Jan 22, 2024

Conversation

rgommers
Copy link
Member

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 rgommers added the Deployment Specification deployment (e.g., to a website). label Jan 22, 2024
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
Copy link
Member Author

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

@rgommers rgommers merged commit 293512d into data-apis:main Jan 22, 2024
3 checks passed
@rgommers rgommers deleted the fix-doc-build branch January 22, 2024 22:22
@kgryte
Copy link
Contributor

kgryte commented Jan 23, 2024

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Deployment Specification deployment (e.g., to a website).
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants