From 2ccc9d315ef062855e8040d8de5407c99e13dbf9 Mon Sep 17 00:00:00 2001 From: pcgaustad <85640936+pcgaustad@users.noreply.github.com> Date: Sat, 20 Jan 2024 20:10:23 +0100 Subject: [PATCH] Give a more plausible example for a combination of tags (#11899) --- doc/usage/restructuredtext/directives.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/usage/restructuredtext/directives.rst b/doc/usage/restructuredtext/directives.rst index 4e79850020b..9eb98be67bf 100644 --- a/doc/usage/restructuredtext/directives.rst +++ b/doc/usage/restructuredtext/directives.rst @@ -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 `) 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