From 1366bde2dbda99df5119fbc3e49f0b74084013c7 Mon Sep 17 00:00:00 2001 From: Andreas Jaeger <aj@suse.com> Date: Thu, 6 Feb 2020 11:27:36 +0100 Subject: [PATCH] Disable debug output in doc building Disable the debug output, we don't need 10s of lines to display the RST file during normal builds. Change-Id: I3c53ca2591d92e3354efb9da99cf2ee19ea51b7d --- doc/source/_exts/automated_steps.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/_exts/automated_steps.py b/doc/source/_exts/automated_steps.py index e61d356bd0..db242487f8 100644 --- a/doc/source/_exts/automated_steps.py +++ b/doc/source/_exts/automated_steps.py @@ -174,7 +174,7 @@ class AutomatedStepsDirective(rst.Directive): ) # NOTE(dhellmann): Useful for debugging. - print('\n'.join(result)) + # print('\n'.join(result)) node = nodes.section() node.document = self.state.document