mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-28 18:09:42 -05:00
294b6db533
The `SafeString` and `ErrorString` classes are deprecated and will be removed in Docutils 0.21 or later. They help avoid encoding errors during exception handling in Python <= 2.7, but these days we always use Python 3 to build the documentation, at least during development, when error cases are most likely to occur. Fixes: #24039