Skip to content

Commit 24450e3

Browse files
authored
📝 Use explicit RST roles for built-in types in docs
1 parent b1255a9 commit 24450e3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

changelog/12281.feature.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Added support for keyword matching in marker expressions.
22

33
Now tests can be selected by marker keyword arguments.
4-
Supported values are ``int``, (unescaped) ``str``, ``bool`` & ``None``.
4+
Supported values are :class:`int`, (unescaped) :class:`str`, :class:`bool` & :data:`None`.
55

66
See :ref:`marker examples <marker_keyword_expression_example>` for more information.
77

doc/en/example/markers.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ keyword arguments, e.g. to run only tests marked with ``device`` and the specifi
9393
9494
.. note:: Only keyword argument matching is supported in marker expressions.
9595

96-
.. note:: Only ``int``, (unescaped) ``str``, ``bool`` & ``None`` values are supported in marker expressions.
96+
.. note:: Only :class:`int`, (unescaped) :class:`str`, :class:`bool` & :data:`None` values are supported in marker expressions.
9797

9898
Selecting tests based on their node ID
9999
--------------------------------------

0 commit comments

Comments
 (0)