agoessling / rules_sphinx

Bazel rules for building Sphinx documentation.
MIT License
10 stars 3 forks source link

Update to use `pip_parse` as rules_python has deprecated `pip_install` in v0.27.0 #5

Open waqas-anonymco opened 9 months ago

waqas-anonymco commented 9 months ago

From https://github.com/bazelbuild/rules_python/blob/ee2cc930e33db358c469f3bd53bc3112de8045a2/CHANGELOG.md#user-content-changed-1

Breaking changes: (pip) pip_install repository rule in this release has been disabled and will fail by default. The API symbol is going to be removed in the next version, please migrate to pip_parse as a replacement. The pip_parse rule no longer supports requirements attribute, please use requirements_lock instead.