diff options
author | Brad King <brad.king@kitware.com> | 2022-11-08 14:01:43 (GMT) |
---|---|---|
committer | Kitware Robot <kwrobot@kitware.com> | 2022-11-08 14:02:31 (GMT) |
commit | dab81ced1b063aad93f62f41d8ba15229a56f77d (patch) | |
tree | 4569c6e3cd4a72833f30419a2817635163555c22 /Help/release/3.0.rst | |
parent | 07b9e2daf2c1a200ba19cf44270e09dc9357c3eb (diff) | |
parent | a89c76a77377179fc7baab5755bb38793b4bac14 (diff) | |
download | CMake-dab81ced1b063aad93f62f41d8ba15229a56f77d.zip CMake-dab81ced1b063aad93f62f41d8ba15229a56f77d.tar.gz CMake-dab81ced1b063aad93f62f41d8ba15229a56f77d.tar.bz2 |
Merge topic 'sphinx-linkcheck'
a89c76a773 Build: Add `SPHINX_LINKCHECK` build option
137b00cda1 Build: Do not redirect `sphinx-build` output if CMake running in verbose mode
d954fb8a60 Build: Deduplicate `add_custom_command()` calls for Sphinx targets
2af8724485 Merge branch 'backport-sphinx-linkcheck' into sphinx-linkcheck
435b0c573c Help: Fix some redirects reported with sphinx linkcheck
ac5295a9de Help: Fix broken external links found by sphinx linkcheck
Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !7876
Diffstat (limited to 'Help/release/3.0.rst')
-rw-r--r-- | Help/release/3.0.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Help/release/3.0.rst b/Help/release/3.0.rst index 64491e3..e37c130 100644 --- a/Help/release/3.0.rst +++ b/Help/release/3.0.rst @@ -11,7 +11,7 @@ Documentation Changes ===================== * The CMake documentation has been converted to reStructuredText and - now transforms via Sphinx (`<http://sphinx-doc.org>`__) into man and + now transforms via Sphinx (`<https://www.sphinx-doc.org>`__) into man and html pages. This allows the documentation to be properly indexed and to contain cross-references. |