docs: doc the imports attribute as a target-relative path by rickeylev · Pull Request #3571 · bazel-contrib/rules_python
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
rickeylev
deleted the
docs.imports.attr.relative
branch
aignas pushed a commit to aignas/rules_python that referenced this pull request
Feb 23, 2026…rib#3571) The docs incorrectly refer to the path as a repo-root relative path, but this is plainly not the case, as the underlying code does, essentially, `join(repoRoot, ctx.label, importsAttr)` Work towards bazel-contrib#3565 --------- Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters