blob: b376dee8b42c9d5004ac5b403d5fe270874c78ae [file] [log] [blame]
# Copyright 2025 The Pigweed Authors
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may not
# use this file except in compliance with the License. You may obtain a copy of
# the License at
#
# https://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
# License for the specific language governing permissions and limitations under
# the License.
load("@rules_python//sphinxdocs:sphinx_docs_library.bzl", "sphinx_docs_library")
load("//pw_build:compatibility.bzl", "incompatible_with_mcu")
package(default_visibility = ["//visibility:public"])
sphinx_docs_library(
name = "docs",
srcs = [
"//third_party/abseil-cpp:docs",
"//third_party/boringssl:docs",
"//third_party/crates_io:docs",
"//third_party/emboss:docs",
"//third_party/freertos:docs",
"//third_party/fuchsia:docs",
"//third_party/fuzztest:docs",
"//third_party/googletest:docs",
"//third_party/llvm_builtins:docs",
"//third_party/llvm_libc:docs",
"//third_party/llvm_libcxx:docs",
"//third_party/nanopb:docs",
"//third_party/perfetto:docs",
"//third_party/tinyusb:docs",
],
prefix = "third_party/",
target_compatible_with = incompatible_with_mcu(),
)