Skip to content

Commit d426fb7

Browse files
committed
sphinxdocs: remove rules_python dev override
1 parent bf2d3c4 commit d426fb7

File tree

2 files changed

+1
-9
lines changed

2 files changed

+1
-9
lines changed

sphinxdocs/MODULE.bazel

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,6 @@ bazel_dep(name = "stardoc", version = "0.7.2", repo_name = "io_bazel_stardoc")
99
bazel_dep(name = "platforms", version = "0.0.11")
1010
bazel_dep(name = "protobuf", version = "29.0-rc2", repo_name = "com_google_protobuf")
1111
bazel_dep(name = "rules_python", version = "1.8.5")
12-
local_path_override(
13-
module_name = "rules_python",
14-
path = "..",
15-
)
1612

1713
dev_pip = use_extension(
1814
"@rules_python//python/extensions:pip.bzl",

sphinxdocs/integration_tests/bcr/MODULE.bazel

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,7 @@ local_path_override(
99
path = "../..",
1010
)
1111

12-
bazel_dep(name = "rules_python", version = "0.0.0")
13-
local_path_override(
14-
module_name = "rules_python",
15-
path = "../../..",
16-
)
12+
bazel_dep(name = "rules_python", version = "1.8.5")
1713

1814
dev_pip = use_extension(
1915
"@rules_python//python/extensions:pip.bzl",

0 commit comments

Comments
 (0)