pradyunsg / furo

A clean customizable documentation theme for Sphinx
https://pradyunsg.me/furo/quickstart
MIT License
2.65k stars 304 forks source link

WheelFileValidationError with poetry>=1.4.0 #643

Closed martinmiglio closed 1 year ago

martinmiglio commented 1 year ago

What's happening?

Poetry install with furo==2023.03.23 results in a _WheelFileValidationError Issue first noted in #639

Reproducer

My pyproject.toml where furo is defined:

...

[tool.poetry.group.docs.dependencies]
sphinx = "^6.1.3"
sphinxext-opengraph = "^0.8.1"
sphinx-autobuild = "^2021.3.14"
sphinx-copybutton = "^0.5.1"
furo = "^2023.3.23"

...

Installed with: poetry install --with docs

Full gist output

Expectation

Furo should install without WheelFileValidationError

Code of Conduct

pradyunsg commented 1 year ago

The discussion for tracking this is sufficient.