|
13 | 13 | # limitations under the License. |
14 | 14 |
|
15 | 15 | load("@bazel_skylib//rules:build_test.bzl", "build_test") |
16 | | -load("@dev_pip//:requirements.bzl", "requirement") |
17 | 16 | load("@sphinxdocs//sphinxdocs:readthedocs.bzl", "readthedocs_install") |
18 | 17 | load("@sphinxdocs//sphinxdocs:sphinx.bzl", "sphinx_build_binary", "sphinx_docs") |
19 | 18 | load("@sphinxdocs//sphinxdocs:sphinx_docs_library.bzl", "sphinx_docs_library") |
@@ -175,13 +174,13 @@ sphinx_build_binary( |
175 | 174 | }, |
176 | 175 | target_compatible_with = _TARGET_COMPATIBLE_WITH, |
177 | 176 | deps = [ |
178 | | - requirement("sphinx"), |
179 | | - requirement("sphinx_rtd_theme"), |
180 | | - requirement("myst_parser"), |
181 | | - requirement("readthedocs_sphinx_ext"), |
182 | | - requirement("typing_extensions"), |
183 | | - requirement("sphinx_autodoc2"), |
184 | | - requirement("sphinx_reredirects"), |
| 177 | + "@dev_pip//myst_parser", |
| 178 | + "@dev_pip//readthedocs_sphinx_ext", |
| 179 | + "@dev_pip//sphinx", |
| 180 | + "@dev_pip//sphinx_autodoc2", |
| 181 | + "@dev_pip//sphinx_reredirects", |
| 182 | + "@dev_pip//sphinx_rtd_theme", |
| 183 | + "@dev_pip//typing_extensions", |
185 | 184 | "@sphinxdocs//sphinxdocs/src/sphinx_bzl", |
186 | 185 | ], |
187 | 186 | ) |
|
0 commit comments