Skip to content

Commit b41353c

Browse files
committed
Define config in tests
1 parent 9f0171d commit b41353c

File tree

1 file changed

+3
-0
lines changed
  • tests/examples/custom-object

1 file changed

+3
-0
lines changed

tests/examples/custom-object/conf.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@
88

99
hoverxref_project = 'myproject'
1010
hoverxref_version = 'myversion'
11+
hoverxref_roles = [
12+
'confval',
13+
]
1114

1215

1316
def setup(app):

0 commit comments

Comments
 (0)