From e18155fa106cf64d7b39dcc6506b60fd82703b10 Mon Sep 17 00:00:00 2001 From: Adam Turner <9087854+aa-turner@users.noreply.github.com> Date: Tue, 21 Jan 2025 08:08:29 +0000 Subject: [PATCH] Note when ``.. confval::`` was added --- doc/usage/domains/standard.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/usage/domains/standard.rst b/doc/usage/domains/standard.rst index a676a2dcb..dfc837fc2 100644 --- a/doc/usage/domains/standard.rst +++ b/doc/usage/domains/standard.rst @@ -44,6 +44,8 @@ There is a set of directives allowing documenting command-line programs: .. rst:directive:: .. confval:: name + .. versionadded:: 7.4 + Describes a configuration value or setting that the documented code or program uses or defines. Referenceable by :rst:role:`confval`.