mesonbuild / meson-python

Meson PEP 517 Python build backend
https://mesonbuild.com/meson-python/
MIT License
118 stars 59 forks source link

Extend documentation on environment variables #583

Closed rgommers closed 4 months ago

rgommers commented 4 months ago

Closes gh-460

rgommers commented 4 months ago

CI failure is Sphinx version too old:

Running Sphinx v4.5.0

Sphinx version error:
The sphinxcontrib.applehelp extension used by this project needs at least Sphinx v5.0; it therefore cannot be built with this version.

Will add a second commit for that.

dnicolodi commented 4 months ago

Thanks @rgommers. I was indeed wondering why sphynx was pinned to such an old release. Just one more thing: maybe the commit messages should follow the usual convention and be prepended with DOC: and the remaining should not be capitalized.

rgommers commented 4 months ago

Argh, forgot - fixed the commit messages now.