-
Notifications
You must be signed in to change notification settings - Fork 202
Open
Description
@aiuto Are we okay to add pkg_install to the generated docs?
In particular, I think the following needs to be done:
- Dependencies of pkg_install (in particular rules_python) needs to be added to
@rules_pkg//doc_build:rules_pkg_lib - Add pkg_install to ORDER:
Lines 52 to 65 in 5c6aec6
ORDER = [ ("toc", None), ("common", None), ("pkg_deb", "//pkg/private/deb:deb.bzl"), ("pkg_deb_impl", "//pkg/private/deb:deb.bzl"), ("pkg_sub_rpm", "//pkg:rpm_pfg.bzl"), ("pkg_rpm", "//pkg:rpm_pfg.bzl"), ("pkg_tar", "//pkg/private/tar:tar.bzl"), ("pkg_tar_impl", "//pkg/private/tar:tar.bzl"), ("pkg_zip", "//pkg/private/zip:zip.bzl"), ("pkg_zip_impl", "//pkg/private/zip:zip.bzl"), ("mappings", None), ("legacy_pkg_rpm", None), ]
Metadata
Metadata
Assignees
Labels
No labels