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

Disable Sphinx 8.2 #828

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open

Conversation

mgeier
Copy link
Member

@mgeier mgeier commented Mar 2, 2025

In general, I think pinning upper version bounds is not the right approach, but given the slew of incompatibilities introduced by Sphinx (in part involving 3rd party dependencies), I think it is best for my sanity and for most casual nbsphinx users to restrict Sphinx upgrades for now.

I hope it will become easier to support Sphinx upgrades at a later point.

This PR includes #823 in its entirety and parts of #826.

@@ -29,7 +29,8 @@
'nbconvert>=5.3,!=5.4',
'traitlets>=5',
'nbformat',
'sphinx>=1.8',
# https://github.com/spatialaudio/nbsphinx/issues/825
'sphinx >= 1.8, < 8.2',

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

See my comment in #825 (comment), I think that Sphinx 8.2.2 shoud now work with nbsphinx (though the explicit imports in #826 remain the correct solution)

Suggested change
'sphinx >= 1.8, < 8.2',
'sphinx >= 1.8, != 8.2.0, != 8.2.1',

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@AA-Turner @mgeier I can confirm that sphinx 8.2.2 passes with current nbsphinx for now

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

Successfully merging this pull request may close these issues.

3 participants