Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions changelog/14012.doc.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
The :ref:`ini options ref` section of the API Reference now specified the type and default value of every configuration option.
1 change: 1 addition & 0 deletions changelog/14012.packaging.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Sphinx>=7.4 is now required to build the documentation.
7 changes: 0 additions & 7 deletions doc/en/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -279,13 +279,6 @@ def setup(app: sphinx.application.Sphinx) -> None:
indextemplate="pair: %s; fixture",
)

app.add_object_type(
"confval",
"confval",
objname="configuration value",
indextemplate="pair: %s; configuration value",
)

app.add_object_type(
"globalvar",
"globalvar",
Expand Down
Loading