jdillard / sphinx-sitemap

Sphinx extension to generate a multi-lingual, multi-version sitemap for HTML builds
https://sphinx-sitemap.readthedocs.io/en/latest/index.html
MIT License
55 stars 21 forks source link

Provide wheels on new releases #44

Closed gforcada closed 1 year ago

gforcada commented 1 year ago

For a while when installing packages with pip one gets the following warning if there is no binary installation of the package:

DEPRECATION: sphinx-sitemap is being installed using the legacy 'setup.py install' method, because it does not have a 'pyproject.toml' and the 'wheel' package is not installed. pip 23.1 will enforce this behaviour change. A possible replacement is to enable the '--use-pep517' option. Discussion can be found at https://github.com/pypa/pip/issues/8559

Would it be possible to release new versions of sphinx-sitemap with wheels (the binary format)? 🙏🏾

gforcada commented 1 year ago

Scratch that, I looked first at pypi, and somehow I was blind 🙈 enough not to see the binary ones 😓