Skip to content

Commit 88854d8

Browse files
committed
Add caption to deciderule extlinks
It seems to be failing because the placeholder is missing: ``` File "/home/docs/checkouts/readthedocs.org/user_builds/heritrix/envs/latest/lib/python3.12/site-packages/sphinx/ext/extlinks.py", line 103, in role title = caption % part ~~~~~~~~^~~~~~ TypeError: not all arguments converted during string formatting ```
1 parent 71c2fdb commit 88854d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,5 +160,5 @@
160160

161161
extlinks = {
162162
'deciderule': ('https://www.javadoc.io/doc/org.archive.heritrix/heritrix-modules/latest/org/archive/modules'
163-
'/deciderules/%s.html', '')
163+
'/deciderules/%s.html', 'DecideRule: %s')
164164
}

0 commit comments

Comments
 (0)