mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
check that a "default <obj>" notation works with xrefs
This commit is contained in:
parent
af7d6a5be8
commit
fbad78d08f
@ -2036,6 +2036,7 @@ definition_after_normal_text : int
|
||||
"{'F', 'C', 'N or C'}, default 'F'",
|
||||
"int, default: None",
|
||||
"int, default None",
|
||||
"int, default :obj:`None`",
|
||||
'"ma{icious"',
|
||||
r"'with \'quotes\''",
|
||||
)
|
||||
@ -2050,6 +2051,7 @@ definition_after_normal_text : int
|
||||
["{", "'F'", ", ", "'C'", ", ", "'N or C'", "}", ", ", "default", " ", "'F'"],
|
||||
["int", ", ", "default", ": ", "None"],
|
||||
["int", ", " , "default", " ", "None"],
|
||||
["int", ", ", "default", " ", ":obj:`None`"],
|
||||
['"ma{icious"'],
|
||||
[r"'with \'quotes\''"],
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user