diff --git a/Help/command/ctest_test.rst b/Help/command/ctest_test.rst index c1862dfe57..8cf7134fae 100644 --- a/Help/command/ctest_test.rst +++ b/Help/command/ctest_test.rst @@ -213,7 +213,7 @@ Check the `CDash test measurement documentation `_ for more information on the types of test measurements that CDash recognizes. -.. versionadded: 3.22 +.. versionadded:: 3.22 CTest can parse custom measurements from tags named ```` or ````. The older names ```` and ```` are still supported. diff --git a/Modules/ExternalProject.cmake b/Modules/ExternalProject.cmake index c2e8dbd7f0..c2a19b2b78 100644 --- a/Modules/ExternalProject.cmake +++ b/Modules/ExternalProject.cmake @@ -664,7 +664,7 @@ overridden if required. configure step needs to be rerun. ``CONFIGURE_ENVIRONMENT_MODIFICATION ...`` - .. versionadded: 4.2 + .. versionadded:: 4.2 Specify environment variables that should be modified for the configure step. @@ -771,7 +771,7 @@ pass ``-v`` to the external project's build step, even if it also uses only when an explicit ``BUILD_COMMAND`` is specified. ``BUILD_ENVIRONMENT_MODIFICATION ...`` - .. versionadded: 4.2 + .. versionadded:: 4.2 Specify environment variables that should be modified for the build step. @@ -842,7 +842,7 @@ step. This can be overridden with custom install commands if required. to another. ``INSTALL_ENVIRONMENT_MODIFICATION ...`` - .. versionadded: 4.2 + .. versionadded:: 4.2 Specify environment variables that should be modified for the install step. @@ -893,7 +893,7 @@ options are provided. the ``install`` or ``build`` step. See policy :policy:`CMP0114`. ``TEST_ENVIRONMENT_MODIFICATION ...`` - .. versionadded: 4.2 + .. versionadded:: 4.2 Specify environment variables that should be modified for the test step. @@ -1135,7 +1135,7 @@ control needed to implement such step-level capabilities. Files on which this custom step depends. ``ENVIRONMENT_MODIFICATION ...`` - .. versionadded: 4.2 + .. versionadded:: 4.2 Specify environment variables that should be modified while running the commands in the external project step. diff --git a/Modules/FindLATEX.cmake b/Modules/FindLATEX.cmake index 613898495e..2717063a8f 100644 --- a/Modules/FindLATEX.cmake +++ b/Modules/FindLATEX.cmake @@ -90,12 +90,12 @@ The following cache variables may also be set: The path to the PdfLaTeX compiler. ``XELATEX_COMPILER`` - .. versionadded: 3.2 + .. versionadded:: 3.2 The path to the XeLaTeX compiler. ``LUALATEX_COMPILER`` - .. versionadded: 3.2 + .. versionadded:: 3.2 The path to the LuaLaTeX compiler. @@ -103,7 +103,7 @@ The following cache variables may also be set: The path to the BibTeX compiler. ``BIBER_COMPILER`` - .. versionadded: 3.2 + .. versionadded:: 3.2 The path to the Biber compiler. @@ -111,7 +111,7 @@ The following cache variables may also be set: The path to the MakeIndex compiler. ``XINDY_COMPILER`` - .. versionadded: 3.2 + .. versionadded:: 3.2 The path to the xindy compiler. @@ -125,7 +125,7 @@ The following cache variables may also be set: The path to the PS2PDF converter. ``PDFTOPS_CONVERTER`` - .. versionadded: 3.2 + .. versionadded:: 3.2 The path to the pdftops converter. @@ -133,7 +133,7 @@ The following cache variables may also be set: The path to the LaTeX2Html converter. ``HTLATEX_COMPILER`` - .. versionadded: 3.2 + .. versionadded:: 3.2 The path to the htlatex compiler. diff --git a/Modules/FindSDL_net.cmake b/Modules/FindSDL_net.cmake index 5d3694527b..3f7d460a86 100644 --- a/Modules/FindSDL_net.cmake +++ b/Modules/FindSDL_net.cmake @@ -31,7 +31,7 @@ This module defines the following variables: to the same value. ``SDL_net_VERSION`` - ..versionadded:: 4.2 + .. versionadded:: 4.2 The human-readable string containing the version of SDL_net found.