mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-20 21:28:23 -05:00
bb9c69ed70
Sphinx 4 by default generates `man/#/foo.#`, but older versions generate `man/foo.#` as our install rules expect. Update our Sphinx config file to tell Sphinx 4 to use the old layout. Fixes: #22192