You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
sphinx became stricter when handling interpreted text without a role,
e.g. "`foo`" since [1], see [2]. This results in errors such as:
sphinx.errors.SphinxError: cannot determine default role!
In the past, heuristics were used to determine how
to format the text (inline code, italic, ..).
In labgrid, interpreted text without a role is used inconsistently. Most
times it was actually meant to be either inline code ("``foo``"), italic
text or links to docs sections or class definitions.
Fix all such occurrences with explicit variants that actually make sense
in their respective contexts.
[1] sphinx-doc/sphinx@114093c
[2] sphinx-doc/sphinx#13904
Signed-off-by: Bastian Krause <bst@pengutronix.de>
0 commit comments