Skip to content

Commit c4935b1

Browse files
authored
docs: add config bzlmod extension to docs (#3305)
The original PR omitted the target from the docs, so it was absent. Along the way, fix some incorrect deps for its target so docs build.
1 parent 3ad6cb4 commit c4935b1

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

docs/BUILD.bazel

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,7 @@ sphinx_stardocs(
106106
"//python/cc:py_cc_toolchain_bzl",
107107
"//python/cc:py_cc_toolchain_info_bzl",
108108
"//python/entry_points:py_console_script_binary_bzl",
109+
"//python/extensions:config_bzl",
109110
"//python/extensions:python_bzl",
110111
"//python/local_toolchains:repos_bzl",
111112
"//python/private:attr_builders_bzl",

python/private/BUILD.bazel

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,10 @@ bzl_library(
197197
bzl_library(
198198
name = "internal_config_repo_bzl",
199199
srcs = ["internal_config_repo.bzl"],
200-
deps = [":bzlmod_enabled_bzl"],
200+
deps = [
201+
":repo_utils_bzl",
202+
":text_util_bzl",
203+
],
201204
)
202205

203206
bzl_library(

0 commit comments

Comments
 (0)