We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 48fcc26 + eb8249a commit c26c145Copy full SHA for c26c145
3 files changed
changelog/14012.doc.rst
@@ -0,0 +1 @@
1
+The :ref:`ini options ref` section of the API Reference now specified the type and default value of every configuration option.
doc/en/conf.py
@@ -283,13 +283,6 @@ def setup(app: sphinx.application.Sphinx) -> None:
283
indextemplate="pair: %s; fixture",
284
)
285
286
- app.add_object_type(
287
- "confval",
288
289
- objname="configuration value",
290
- indextemplate="pair: %s; configuration value",
291
- )
292
-
293
app.add_object_type(
294
"globalvar",
295
0 commit comments