Explorar el Código

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 hace 2 años
padre
commit
5df79d1930
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  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`