-
Notifications
You must be signed in to change notification settings - Fork 9
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-themes breaks with Flamingo 1.7.1 and Python 3.10 #28
Comments
These are indeed 2 problems: the sphinx update and flamingo failing with python 3.10. Let's focus on the first one in this issue, I'll open another issue afterwards. |
The Sphinx- and sphinx_rtd_theme update is now in #29. |
Turns out that problem no 2 above was some left over debug code in a local python 3.10 installation. The testsuite works fine with python 3.10 with #29. |
@SmithChart Now as #29 has been merged, could you test if this solves this issue? |
#36 is merged -> closing |
With Python 3.10 the
sphinx-themes
feature breaks:Removing the catchall in https://github.com/pengutronix/flamingo/blob/master/flamingo/plugins/__init__.py#L50 yields the actual problem:
This was fixed with Sphinx 4.2.0 (https://www.sphinx-doc.org/en/master/changes.html#release-4-2-0-released-sep-12-2021 ) (and PR sphinx-doc/sphinx#9512 ).
But this release (and newer) in incompatible with the flamingo-integration.
The text was updated successfully, but these errors were encountered: