Commit 5cfbb8d
committed
doc/man/pytest: fix inline interpreted text without a role
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, ..).
Fix another occurrence that should have been marked as inline code
instead.
[1] sphinx-doc/sphinx@114093c
[2] sphinx-doc/sphinx#13904
Signed-off-by: Bastian Krause <bst@pengutronix.de>1 parent 9280f5f commit 5cfbb8d
2 files changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
40 | | - | |
| 40 | + | |
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
| |||
0 commit comments