Give a more plausible example for a combination of tags (#11899)

This commit is contained in:
pcgaustad
2024-01-20 20:10:23 +01:00
committed by GitHub
parent 49d1e7142e
commit 2ccc9d315e

View File

@@ -1042,7 +1042,7 @@ Including content based on tags
Undefined tags are false, defined tags (via the ``-t`` command-line option or
within :file:`conf.py`, see :ref:`here <conf-tags>`) are true. Boolean
expressions, also using parentheses (like ``html and (latex or draft)``) are
expressions, also using parentheses (like ``(latex or html) and draft``) are
supported.
The *format* and the *name* of the current builder (``html``, ``latex`` or