📝 Use explicit RST roles for built-in types in docs

This commit is contained in:
Sviatoslav Sydorenko (Святослав Сидоренко)
2024-06-21 22:05:43 +02:00
committed by GitHub
parent b1255a9aae
commit 24450e33e3
2 changed files with 2 additions and 2 deletions

View File

@@ -93,7 +93,7 @@ keyword arguments, e.g. to run only tests marked with ``device`` and the specifi
.. note:: Only keyword argument matching is supported in marker expressions.
.. note:: Only ``int``, (unescaped) ``str``, ``bool`` & ``None`` values are supported in marker expressions.
.. note:: Only :class:`int`, (unescaped) :class:`str`, :class:`bool` & :data:`None` values are supported in marker expressions.
Selecting tests based on their node ID
--------------------------------------