aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/docs_src/BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'tensorflow/docs_src/BUILD')
-rw-r--r--tensorflow/docs_src/BUILD14
1 files changed, 0 insertions, 14 deletions
diff --git a/tensorflow/docs_src/BUILD b/tensorflow/docs_src/BUILD
deleted file mode 100644
index 34bf7b6a11..0000000000
--- a/tensorflow/docs_src/BUILD
+++ /dev/null
@@ -1,14 +0,0 @@
-# Files used to generate TensorFlow docs.
-
-licenses(["notice"]) # Apache 2.0
-
-package(
- default_visibility = ["//tensorflow:internal"],
-)
-
-exports_files(["LICENSE"])
-
-filegroup(
- name = "docs_src",
- data = glob(["**/*.md"]),
-)