Skip to content

Commit b818d95

Browse files
MarkDaoustTensorflow Cloud maintainers
authored andcommitted
Remove --gen_report flag.
This will be the default behavior. PiperOrigin-RevId: 392643474
1 parent ef005d7 commit b818d95

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

api_docs/build_docs.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -57,10 +57,6 @@ def _dict_representer(dumper, data):
5757
'Path prefix in the _toc.yaml')
5858

5959

60-
flags.DEFINE_bool('gen_report', False,
61-
('Generate an API report containing the health of the'
62-
'docstrings of the public API.'))
63-
6460
FLAGS = flags.FLAGS
6561

6662

@@ -71,7 +67,6 @@ def main(_):
7167
code_url_prefix=FLAGS.code_url_prefix,
7268
search_hints=FLAGS.search_hints,
7369
site_path=FLAGS.site_path,
74-
gen_report=FLAGS.gen_report,
7570
callbacks=[public_api.explicit_package_contents_filter])
7671

7772
doc_generator.build(output_dir=FLAGS.output_dir)

0 commit comments

Comments
 (0)