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 5 support #1749

Closed
4 tasks
michaelosthege opened this issue Jun 9, 2022 · 3 comments
Closed
4 tasks

Sphinx 5 support #1749

michaelosthege opened this issue Jun 9, 2022 · 3 comments
Labels
enhancement New feature or request

Comments

@michaelosthege
Copy link
Contributor

michaelosthege commented Jun 9, 2022

Context

Last week sphinx had a major release with some (but not many) breaking changes.

Locally I tried to upgrade, but several packages are still pinned to sphinx <5.

I'm opening this issue as a progress tracker.

Tasks and updates

Testing locally shows that several packages are pinned to sphinx <5, but already with a one-line change (first task list item) I got my dissertation project to build without errors, so it's probably not too hard to get Sphinx 5 support done.

Incompatibilities according to mamba:

package sphinx-jupyterbook-latex-0.4.6-pyhd8ed1ab_0 requires sphinx >=3,<5

Incompatibilities according to pip:

sphinx-thebe 0.1.2 requires sphinx<5,>=3.5, but you have sphinx 5.0.1 which is incompatible.
sphinx-jupyterbook-latex 0.4.6 requires sphinx<5,>=3, but you have sphinx 5.0.1 which is incompatible.
sphinx-external-toc 0.2.4 requires sphinx<5,>=3, but you have sphinx 5.0.1 which is incompatible.
sphinx-design 0.1.0 requires sphinx<5,>=3, but you have sphinx 5.0.1 which is incompatible.
sphinx-book-theme 0.3.2 requires sphinx<5,>=3, but you have sphinx 5.0.1 which is incompatible.
pydata-sphinx-theme 0.8.1 requires sphinx<5,>=3.5.4, but you have sphinx 5.0.1 which is incompatible.
myst-parser 0.15.2 requires sphinx<5,>=3.1, but you have sphinx 5.0.1 which is incompatible.
myst-nb 0.13.2 requires sphinx<5,>=3.1, but you have sphinx 5.0.1 which is incompatible.
jupyter-book 0.13.0 requires sphinx<5,>=4, but you have sphinx 5.0.1 which is incompatible.
@michaelosthege michaelosthege added the enhancement New feature or request label Jun 9, 2022
@welcome
Copy link

welcome bot commented Jun 9, 2022

Thanks for opening your first issue here! Engagement like this is essential for open source projects! 🤗

If you haven't done so already, check out EBP's Code of Conduct. Also, please try to follow the issue template as it helps other community members to contribute more effectively.

If your issue is a feature request, others may react to it, to raise its prominence (see Feature Voting).

Welcome to the EBP community! 🎉

@chrisjsewell
Copy link
Member

Note, there is already a meta issue for this: executablebooks/meta#750

@michaelosthege
Copy link
Contributor Author

Note, there is already a meta issue for this: executablebooks/meta#750

Oh thanks, this didn't turn up in my search queries.

Looks like the ToDo list there is a superset of the items above, so I'll close this in favor of the existing one.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants