Skip to content

Commit 28aff4b

Browse files
committed
Drop invalid extlinks from doc setup
1 parent de4b376 commit 28aff4b

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

doc/source/conf.py

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -69,13 +69,6 @@
6969
# If true, `todo` and `todoList` produce output, else they produce nothing.
7070
todo_include_todos = True
7171

72-
extlinks = {
73-
'issue': ('https://github.com/OSInside/kiwi-stackbuild-plugin/issues/%s', '#'),
74-
'pr': ('https://github.com/OSInside/kiwi-stackbuild-plugin/pull/%s', 'PR #'),
75-
'ghkiwi': ('https://github.com/OSInside/kiwi-stackbuild-plugin/blob/main/%s', '')
76-
}
77-
78-
7972
autosummary_generate = True
8073

8174
# -- Options for HTML output ----------------------------------------------

0 commit comments

Comments
 (0)