commit | 5467ed6ae811e2e296ab960165e36f7285127465 | [log] [tgz] |
---|---|---|
author | Richard Levasseur <richardlev@gmail.com> | Sat Sep 06 19:22:24 2025 -0700 |
committer | GitHub <noreply@github.com> | Sun Sep 07 02:22:24 2025 +0000 |
tree | 1f76bed36ca682fe5b30101803b6989c61bc05aa | |
parent | e8d9cabbaaf4d1dabee9359c786b1dd1536013f5 [diff] |
docs: fix pr doc builds by removing external_version_warning plugin (#3244) Doc builds for PR were failing because the readthedocs_ext.external_version_warning plugin wasn't handling something correctly. Activating it manually was originally done to get the warning banners to appear, but it looks like RTD now displays a warning banner without this special plugin being needed. Since it's now unnecessary, remove the code that can activate it.
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.
The core rules are stable. Their implementation is subject to Bazel's backward compatibility policy. This repository aims to 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.