CMake/Utilities/Sphinx
Kitware Robot 1772622772 LICENSE: Replace references to Copyright.txt with LICENSE.rst
```
git grep -lz 'Copyright.txt or https://cmake.org/licensing ' |
  while IFS= read -r -d $'\0' f ; do
    sed -i '/Copyright.txt or https:\/\/cmake.org\/licensing / {
              s/Copyright.txt/LICENSE.rst/
            }' "$f" ; done
```
2025-03-03 10:43:35 -05:00
..
static Help: Add responsive layout for small screens 2025-02-02 23:33:17 +05:00
templates Help: Add responsive layout for small screens 2025-02-02 23:33:17 +05:00
.gitignore Build Help documentation during CMake build using Sphinx 2013-10-16 09:22:37 -04:00
apply_qthelp_css_workaround.cmake Utilities/Sphinx: Port qthelp css workaround to Sphinx 1.4 2017-02-10 10:43:29 -05:00
cmake.py LICENSE: Replace references to Copyright.txt with LICENSE.rst 2025-03-03 10:43:35 -05:00
CMakeLists.txt LICENSE: Replace references to Copyright.txt with LICENSE.rst 2025-03-03 10:43:35 -05:00
colors.py Help: CMakeTemplateStyle uses colors that better contrast. 2019-01-09 15:53:26 -05:00
conf.py.in LICENSE: Replace references to Copyright.txt with LICENSE.rst 2025-03-03 10:43:35 -05:00
create_identifiers.py Sphinx: Modernize UTF-8 encoding handling when updating CMake.qhp 2023-04-07 18:14:18 +10:00
CTestConfig.cmake LICENSE: Replace references to Copyright.txt with LICENSE.rst 2025-03-03 10:43:35 -05:00
CTestCustom.cmake.in Utilities/Sphinx: Ignore warning in generated texinfo documentation 2025-01-31 12:23:29 -05:00
fixup_qthelp_names.cmake CMake.qch: Don't include the version in the file name 2019-07-17 21:35:12 +10:00
tutorial_archive.cmake Tutorial: Provide a source archive when published on cmake.org 2022-04-28 13:36:20 -04:00
update_versions.py Utilities/Sphinx: Update update_versions.py to work with 4.x versions 2025-02-14 09:45:47 -05:00