| commit | e86252ffd6d1a1bf32ae99933acc5ab49b78ec1e | [log] [tgz] |
|---|---|---|
| author | Jan Schlosser <castler@users.noreply.github.com> | Mon Mar 18 16:46:55 2024 +0100 |
| committer | GitHub <noreply@github.com> | Mon Mar 18 15:46:55 2024 +0000 |
| tree | a2cb02f2411abe5870017a11e6f20bc995f81f0b | |
| parent | b5d32cd6374f04716f74dbd20824af0c10e0ac3c [diff] |
feat: Make Sphinx integration experimental publicly visible (#1813) With this commit the visibility settings are adjusted to use the Sphinx Integration from rules_python also in other (dependent) projects. Since the Sphinx integration is not yet stable, we denote in the documentation that this is done under the experimental API support. Meaning, breaking changes can occure at any point in time. See the discussion in #1796
This repository is the home of the core Python rules -- py_library, py_binary, py_test, py_proto_library, and related symbols that provide the basis for Python support in Bazel. It also contains package installation rules for integrating with PyPI and other indices.
Documentation for rules_python is at https://rules-python.readthedocs.io and in the Bazel Build Encyclopedia.
Examples live in the examples directory.
Currently, the core rules build into the Bazel binary, and the symbols in this repository are simple aliases. However, we are migrating the rules to Starlark and removing them from the Bazel binary. Therefore, the future-proof way to depend on Python rules is via this repository. SeeMigrating from the Bundled Rules below.
The core rules are stable. Their implementation in Bazel is subject to Bazel's backward compatibility policy. Once migrated to rules_python, they may evolve at a different rate, but this repository will still follow semantic versioning.
The Bazel community maintains this repository. Neither Google nor the Bazel team provides support for the code. However, this repository is part of the test suite used to vet new Bazel releases. See How to contribute page for information on our development workflow.
For detailed documentation, see https://rules-python.readthedocs.io
See Bzlmod support for more details.