We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef005d7 commit b818d95Copy full SHA for b818d95
api_docs/build_docs.py
@@ -57,10 +57,6 @@ def _dict_representer(dumper, data):
57
'Path prefix in the _toc.yaml')
58
59
60
-flags.DEFINE_bool('gen_report', False,
61
- ('Generate an API report containing the health of the'
62
- 'docstrings of the public API.'))
63
-
64
FLAGS = flags.FLAGS
65
66
@@ -71,7 +67,6 @@ def main(_):
71
67
code_url_prefix=FLAGS.code_url_prefix,
72
68
search_hints=FLAGS.search_hints,
73
69
site_path=FLAGS.site_path,
74
- gen_report=FLAGS.gen_report,
75
70
callbacks=[public_api.explicit_package_contents_filter])
76
77
doc_generator.build(output_dir=FLAGS.output_dir)
0 commit comments