Skip to content

Commit ac1c00b

Browse files
eclipse0922bburda
authored andcommitted
docs: use dict-based needs_links for sphinx-needs 7
1 parent 09396f6 commit ac1c00b

1 file changed

Lines changed: 5 additions & 7 deletions

File tree

docs/conf.py

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -111,20 +111,18 @@
111111
),
112112
]
113113

114-
needs_links = [
115-
{
116-
"option": "links",
114+
needs_links = {
115+
"links": {
117116
"incoming": "is linked by",
118117
"outgoing": "links to",
119118
},
120-
{
121-
"option": "verifies",
119+
"verifies": {
122120
"incoming": "is verified by",
123121
"outgoing": "verifies",
124-
"copy_link": False,
122+
"copy": False,
125123
"allow_dead_links": False,
126124
},
127-
]
125+
}
128126

129127
# -- Options for HTML output -------------------------------------------------
130128
# https://www.sphinx-doc.org/en/master/usage/configuration.html#options-for-html-output

0 commit comments

Comments
 (0)