mirror of
https://github.com/Dasharo/zephyr.git
synced 2026-03-06 14:57:20 -08:00
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:
committed by
Carles Cufí
parent
be21b45522
commit
2a93e8cc44
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user