Skip to content

Commit

Permalink
Update doc generator to py3.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 289853404
  • Loading branch information
TensorFlow Hub Authors authored and andresusanopinto committed Jan 16, 2020
1 parent c6c5298 commit 38df752
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build_docs/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ package(default_visibility = ["//visibility:private"])
py_binary(
name = "build_docs",
srcs = ["build_docs.py"],
python_version = "PY2",
python_version = "PY3",
srcs_version = "PY3",
deps = [
"//tensorflow_hub:expect_tensorflow_installed",
"//third_party/py/tensorflow_docs/api_generator",
Expand Down

0 comments on commit 38df752

Please sign in to comment.