Internal change

PiperOrigin-RevId: 504677663
This commit is contained in:
MediaPipe Team 2023-01-25 15:29:17 -08:00 committed by Copybara-Service
parent 1538740dcb
commit ff0ccfc209

View File

@ -4,12 +4,10 @@ py_binary(
name = "build_py_api_docs", name = "build_py_api_docs",
srcs = ["build_py_api_docs.py"], srcs = ["build_py_api_docs.py"],
deps = [ deps = [
"//mediapipe",
"//third_party/py/absl:app", "//third_party/py/absl:app",
"//third_party/py/absl/flags", "//third_party/py/absl/flags",
"//third_party/py/tensorflow_docs", "//third_party/py/mediapipe",
"//third_party/py/tensorflow_docs/api_generator:generate_lib", "//third_party/py/tensorflow_docs/api_generator:generate_lib",
"//third_party/py/tensorflow_docs/api_generator:public_api",
], ],
) )