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
This commit is contained in:
Andreas Jaeger 2020-02-06 11:27:36 +01:00
parent 990c17e356
commit 1366bde2db

View File

@ -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