aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/tools/docs/BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'tensorflow/tools/docs/BUILD')
-rw-r--r--tensorflow/tools/docs/BUILD1
1 files changed, 0 insertions, 1 deletions
diff --git a/tensorflow/tools/docs/BUILD b/tensorflow/tools/docs/BUILD
index 2a858b4fd6..1a53f24177 100644
--- a/tensorflow/tools/docs/BUILD
+++ b/tensorflow/tools/docs/BUILD
@@ -127,7 +127,6 @@ py_test(
name = "build_docs_test",
size = "small",
srcs = ["build_docs_test.py"],
- data = ["//tensorflow/docs_src"],
srcs_version = "PY2AND3",
tags = [
# No reason to run sanitizers or fastbuild for this test.