xref: /aosp_15_r20/external/bazelbuild-rules_testing/docgen/BUILD (revision d605057434dcabba796c020773aab68d9790ff9f)
1*d6050574SRomain Jobredeaux# Copyright 2023 The Bazel Authors. All rights reserved.
2*d6050574SRomain Jobredeaux#
3*d6050574SRomain Jobredeaux# Licensed under the Apache License, Version 2.0 (the "License");
4*d6050574SRomain Jobredeaux# you may not use this file except in compliance with the License.
5*d6050574SRomain Jobredeaux# You may obtain a copy of the License at
6*d6050574SRomain Jobredeaux#
7*d6050574SRomain Jobredeaux#     http://www.apache.org/licenses/LICENSE-2.0
8*d6050574SRomain Jobredeaux#
9*d6050574SRomain Jobredeaux# Unless required by applicable law or agreed to in writing, software
10*d6050574SRomain Jobredeaux# distributed under the License is distributed on an "AS IS" BASIS,
11*d6050574SRomain Jobredeaux# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12*d6050574SRomain Jobredeaux# See the License for the specific language governing permissions and
13*d6050574SRomain Jobredeaux# limitations under the License.
14*d6050574SRomain Jobredeaux
15*d6050574SRomain Jobredeaux# Generated documentation for the docs/ directory
16*d6050574SRomain Jobredeaux
17*d6050574SRomain Jobredeauxload(":docgen.bzl", "sphinx_stardocs")
18*d6050574SRomain Jobredeaux
19*d6050574SRomain Jobredeauxpackage(
20*d6050574SRomain Jobredeaux    default_applicable_licenses = ["//:package_license"],
21*d6050574SRomain Jobredeaux    default_visibility = ["//:__subpackages__"],
22*d6050574SRomain Jobredeaux)
23*d6050574SRomain Jobredeaux
24*d6050574SRomain Jobredeauxsphinx_stardocs(
25*d6050574SRomain Jobredeaux    name = "docs",
26*d6050574SRomain Jobredeaux    bzl_libraries = [
27*d6050574SRomain Jobredeaux        "//lib:analysis_test_bzl",
28*d6050574SRomain Jobredeaux        "//lib:truth_bzl",
29*d6050574SRomain Jobredeaux        "//lib:util_bzl",
30*d6050574SRomain Jobredeaux        "//lib/private:action_subject_bzl",
31*d6050574SRomain Jobredeaux        "//lib/private:bool_subject_bzl",
32*d6050574SRomain Jobredeaux        "//lib/private:collection_subject_bzl",
33*d6050574SRomain Jobredeaux        "//lib/private:depset_file_subject_bzl",
34*d6050574SRomain Jobredeaux        "//lib/private:dict_subject_bzl",
35*d6050574SRomain Jobredeaux        "//lib/private:execution_info_subject_bzl",
36*d6050574SRomain Jobredeaux        "//lib/private:expect_bzl",
37*d6050574SRomain Jobredeaux        "//lib/private:expect_meta_bzl",
38*d6050574SRomain Jobredeaux        "//lib/private:file_subject_bzl",
39*d6050574SRomain Jobredeaux        "//lib/private:instrumented_files_info_subject_bzl",
40*d6050574SRomain Jobredeaux        "//lib/private:int_subject_bzl",
41*d6050574SRomain Jobredeaux        "//lib/private:label_subject_bzl",
42*d6050574SRomain Jobredeaux        "//lib/private:ordered_bzl",
43*d6050574SRomain Jobredeaux        "//lib/private:run_environment_info_subject_bzl",
44*d6050574SRomain Jobredeaux        "//lib/private:runfiles_subject_bzl",
45*d6050574SRomain Jobredeaux        "//lib/private:str_subject_bzl",
46*d6050574SRomain Jobredeaux        "//lib/private:struct_subject_bzl",
47*d6050574SRomain Jobredeaux        "//lib/private:target_subject_bzl",
48*d6050574SRomain Jobredeaux        "//lib/private:default_info_subject_bzl",
49*d6050574SRomain Jobredeaux    ],
50*d6050574SRomain Jobredeaux    tags = ["docs"],
51*d6050574SRomain Jobredeaux)
52