-
Notifications
You must be signed in to change notification settings - Fork 501
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
Currently defined Sphinx version (3.5.4) doesn't support python 3.10 #9074
Comments
Oh! Is that why Thanks for opening this issue, @j-n-c! |
As I mentioned, I'm suffering from this as well. For now my workaround is to follow https://guides.dataverse.org/en/5.12/developers/documentation.html#installing-sphinx but replace
with
to make sure I'm using Python 3.9 instead of 3.10 until the fix from @j-n-c (thanks! 🎉 ) is merged: |
#9074 - Added support for building sphinx docs using python 3.10+
What steps does it take to reproduce the issue?
When does this issue occur?
When building Sphynx guides using Python 3.10
What happens?
An error is returned:
The Sphynx docs to be built successfully
Which version of Dataverse are you using?
v5.11.1
Any related open or closed issues to this bug report?
This issue is seconded by issues from in Sphynx repository:
The text was updated successfully, but these errors were encountered: