mirror of https://github.com/scrapy/scrapy.git
Extend hoverxref_roles to custom crossrefs (#4495)
This commit is contained in:
parent
794ab19660
commit
1bfbcc6180
|
|
@ -300,3 +300,4 @@ hoverxref_role_types = {
|
|||
"mod": "tooltip",
|
||||
"ref": "tooltip",
|
||||
}
|
||||
hoverxref_roles = ['command', 'reqmeta', 'setting', 'signal']
|
||||
|
|
|
|||
Loading…
Reference in New Issue