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

Sphinx build failing #9

Closed
avaucher opened this issue Nov 30, 2022 · 1 comment
Closed

Sphinx build failing #9

avaucher opened this issue Nov 30, 2022 · 1 comment

Comments

@avaucher
Copy link
Member

Caused by the GitHub action for building the docs, link.

It relies on a default docker image that points to the latest Python version, which changed to 3.11 a few weeks ago. The actual failure comes from the xxhash package, which does not have wheels for 3.11 and fails during compilation.

Possible solution: ammaraskar/sphinx-action#43 (comment)

@avaucher
Copy link
Member Author

Actually not a problem anymore after rewriting the GitHub actions for the docs a few months ago.

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

No branches or pull requests

1 participant