summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Jaeger <aj@suse.com>2020-02-06 11:27:36 +0100
committerAndreas Jaeger <aj@suse.com>2020-02-06 11:27:36 +0100
commit1366bde2dbda99df5119fbc3e49f0b74084013c7 (patch)
treed554d26a9ab91a98fc9d22fdc3acb1edf8a3f213
parent990c17e3569ed7ffc0f29c178f4cab224e2df085 (diff)
downloadironic-1366bde2dbda99df5119fbc3e49f0b74084013c7.tar.gz
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
-rw-r--r--doc/source/_exts/automated_steps.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/source/_exts/automated_steps.py b/doc/source/_exts/automated_steps.py
index e61d356bd..db242487f 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