File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change 1515load ("@bazel_skylib//rules:build_test.bzl" , "build_test" )
1616load ("@dev_pip//:requirements.bzl" , "requirement" )
1717load ("//python/private:bzlmod_enabled.bzl" , "BZLMOD_ENABLED" ) # buildifier: disable=bzl-visibility
18+ load ("//python/private:common_labels.bzl" , "labels" ) # buildifier: disable=bzl-visibility
1819load ("//python/uv:lock.bzl" , "lock" ) # buildifier: disable=bzl-visibility
1920load ("//sphinxdocs:readthedocs.bzl" , "readthedocs_install" )
2021load ("//sphinxdocs:sphinx.bzl" , "sphinx_build_binary" , "sphinx_docs" )
@@ -161,6 +162,10 @@ readthedocs_install(
161162
162163sphinx_build_binary (
163164 name = "sphinx-build" ,
165+ config_settings = {
166+ labels .BOOTSTRAP_IMPL : "script" ,
167+ labels .VENVS_SITE_PACKAGES : "yes" ,
168+ },
164169 target_compatible_with = _TARGET_COMPATIBLE_WITH ,
165170 deps = [
166171 requirement ("sphinx" ),
You can’t perform that action at this time.
0 commit comments