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