Extend hoverxref_roles to custom crossrefs (#4495)

This commit is contained in:
Will Beaufoy 2020-05-10 13:48:09 +01:00
parent 794ab19660
commit 1bfbcc6180
1 changed files with 1 additions and 0 deletions

View File

@ -300,3 +300,4 @@ hoverxref_role_types = {
"mod": "tooltip",
"ref": "tooltip",
}
hoverxref_roles = ['command', 'reqmeta', 'setting', 'signal']