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

Add workaround for sphinx-pydata-theme install issue #158

Merged
merged 1 commit into from
Mar 20, 2023

Conversation

greschd
Copy link
Member

@greschd greschd commented Mar 20, 2023

Set poetry installer.modern-installation to false for installs which include pydata-sphinx-theme. This
is needed due to incorrect metadata in the package, which poetry now started to complain about. The
base change seems to be in the version 0.7.0 of installer.

Instead of pinning package version, we can simply switch this setting until the metadata in the
pydata-sphinx-theme version we use is fixed (probably, >0.13.1).

See pydata/pydata-sphinx-theme#1253, python-poetry/poetry#7358, pypa/installer#147

@greschd greschd merged commit 72d24a3 into main Mar 20, 2023
@greschd greschd deleted the maint/workaround_for_pydata_theme_workaround branch March 20, 2023 15:17
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.

2 participants