Skip to content

Commit 8805c1f

Browse files
committed
doc: use builtin confval directive
Since version 7.4, Sphinx had a standard `confval` directive: https://www.sphinx-doc.org/en/master/usage/domains/standard.html#directive-confval So we can drop our custom one.
1 parent 48fcc26 commit 8805c1f

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

doc/en/conf.py

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -283,13 +283,6 @@ def setup(app: sphinx.application.Sphinx) -> None:
283283
indextemplate="pair: %s; fixture",
284284
)
285285

286-
app.add_object_type(
287-
"confval",
288-
"confval",
289-
objname="configuration value",
290-
indextemplate="pair: %s; configuration value",
291-
)
292-
293286
app.add_object_type(
294287
"globalvar",
295288
"globalvar",

0 commit comments

Comments
 (0)