From 4770ef2df8e1cd3192e676153dc574f4c5b0a96b Mon Sep 17 00:00:00 2001 From: Johannes Altmanninger Date: Thu, 20 Nov 2025 10:34:17 +0100 Subject: [PATCH] Remove comment There are lots of places that assume this. --- cmake/Docs.cmake | 1 - 1 file changed, 1 deletion(-) diff --git a/cmake/Docs.cmake b/cmake/Docs.cmake index b8f850d51..cbc1b543f 100644 --- a/cmake/Docs.cmake +++ b/cmake/Docs.cmake @@ -35,7 +35,6 @@ add_custom_target(sphinx-manpages -c "${SPHINX_SRC_DIR}" -d "${SPHINX_ROOT_DIR}/.doctrees-man" "${SPHINX_SRC_DIR}" - # TODO: This only works if we only have section 1 manpages. "${SPHINX_MANPAGE_DIR}/man1" DEPENDS CHECK-FISH-BUILD-VERSION-FILE COMMENT "Building man pages with Sphinx")