You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
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).
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
:Incompatibilities according to
pip
:jupyter-book/config.py
thelanguage=None
default value must be updated (see release notes and this issue), MAINT: Don't set the default language #1750sphinx-jupyterbook-latex
feedstock recipe pin tosphinx <5
(the dependencies in the package itself don't have this pin)The text was updated successfully, but these errors were encountered: