doc: add missing caption for extlinks
Starting with Sphinx 6.0, extlinks caption with %s will be required. Sphinx 5.x already warns about this requirements, so fix it. Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
This commit is contained in:
parent
be21b45522
commit
2a93e8cc44
1 changed files with 2 additions and 2 deletions
|
@ -280,8 +280,8 @@ graphviz_dot_args = [
|
|||
# -- Linkcheck options ----------------------------------------------------
|
||||
|
||||
extlinks = {
|
||||
"jira": ("https://jira.zephyrproject.org/browse/%s", ""),
|
||||
"github": ("https://github.com/zephyrproject-rtos/zephyr/issues/%s", ""),
|
||||
"jira": ("https://jira.zephyrproject.org/browse/%s", "JIRA #%s"),
|
||||
"github": ("https://github.com/zephyrproject-rtos/zephyr/issues/%s", "GitHub #%s"),
|
||||
}
|
||||
|
||||
linkcheck_timeout = 30
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue