//sphinxdocs/private:sphinx_docs_library.bzl
Implementation of sphinx_docs_library.
- rule sphinx_docs_library(name, deps=[], prefix='', srcs=[], strip_prefix='')
- Attributes:
A unique name for this target.
mandatory
deps– (list[label]) (default [])Additional
sphinx_docs_librarytargets to include. They do not have theprefixandstrip_prefixattributes applied to them.optional
Required providers:
SphinxDocsLibraryInfoPrefix to prepend to file paths. Added after
strip_prefixis removed.optional
srcs– (list[label]) (default [])Files that are part of the library.
optional
strip_prefix– (str) (default “”)Prefix to remove from file paths. Removed before
prefixis prepended.optional