Browse Source

Help: Update Sphinx versionadded directives for 3.28 release

Run the script:

    Utilities/Sphinx/update_versions.py --since v3.27.0 --overwrite

Manually remove directives added to new documentation of existing
environment variables.
Brad King 2 years ago
parent
commit
5df79d1930
1 changed files with 2 additions and 0 deletions
  1. 2 0
      Help/policy/CMP0153.rst

+ 2 - 0
Help/policy/CMP0153.rst

@@ -1,6 +1,8 @@
 CMP0153
 -------
 
+.. versionadded:: 3.28
+
 The :command:`exec_program` command should not be called.
 
 This command has long been superseded by the :command:`execute_process`