-
Notifications
You must be signed in to change notification settings - Fork 201
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
Incompatibility with sphinx 4.3.0 #427
Comments
Thanks for opening your first issue here! Engagement like this is essential for open source projects! 🤗 |
Ah, upstream has caught and tried to deal with this already: pydata/pydata-sphinx-theme#509 |
Fixes executablebooks#427. Or..it should..but I'm not sure because executablebooks#428 makes me think what's in this repo is not making it out to pypi.
Describe the problem
If I install the latest sphinx, 4.3.0, and try to build, I hit
If I use sphinx 4.2.0, it builds fine.
Here's the full error log: sphinx-err-4aruhc6m.log.
Link to your repository or website
https://github.com/neuropoly/neuropoly-docs/tree/pydata_theme_broken
Steps to reproduce
The version of Python you're using
3.6, 3.9
Your operating system
Ubuntu 18.04, Ubuntu 20.04
Versions of your packages
Additional context
You can see https://github.com/neuropoly/neuropoly-docs/tree/pydata_theme_broken trying to build at https://github.com/neuropoly/neuropoly-docs/runs/4174367220?check_suite_focus=true (full log: broken.log). It hits the same error I get locally.
https://github.com/neuropoly/neuropoly-docs/tree/pydata_theme_works succeeds at https://github.com/neuropoly/neuropoly-docs/runs/4174371532?check_suite_focus=true (full log: works.log)
The only difference is that sphinx is downgraded in the latter:
The text was updated successfully, but these errors were encountered: