There was an error while loading. Please reload this page.
1 parent 44f2586 commit d3c8df8Copy full SHA for d3c8df8
1 file changed
docs/tmpl.rst
@@ -395,6 +395,12 @@ Enable the debug option to see a detailed report when troubleshooting templates:
395
This is especially useful when a template fails due to an undefined variable,
396
unexpected data shape, or invalid generated markup.
397
398
+.. note::
399
+
400
+ Debug output (``nodes.system_message``) is emitted via Sphinx's warning system,
401
+ so it only appears in the built document when :confval:`keep_warnings` is set
402
+ to ``True`` in your ``conf.py``.
403
404
Some Technical Details
405
======================
406
0 commit comments