From 1cee30f1bed679dc88ea434824809492d5ad478c Mon Sep 17 00:00:00 2001 From: "Roscoe A. Bartlett" Date: Thu, 1 Aug 2024 14:44:00 -0600 Subject: [PATCH] Update help string for TriBITS_ENABLE_DOC_GENERATION_TESTS I added mention of needing to install sphinx and sphinx-rd-theme in order to run the sphinx-based tests. --- test/doc/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/doc/CMakeLists.txt b/test/doc/CMakeLists.txt index 7e2a9ef24..eefba9d2c 100644 --- a/test/doc/CMakeLists.txt +++ b/test/doc/CMakeLists.txt @@ -7,7 +7,7 @@ endif() advanced_set( ${PROJECT_NAME}_ENABLE_DOC_GENERATION_TESTS OFF CACHE BOOL - "Enable testing for the build of the documentation. Requires docutils and will blow away and rebuild the existing documentation in the source tree since the documentation builds in place." ) + "Enable testing for the build of the documentation, including using Sphinx. Requires docutils, sphinx, and sphinx-rd-theme and will blow away and rebuild the existing documentation in the source tree since the documentation builds in place. Therefore, one must be careful to not blow away non-tracked files." ) tribits_add_advanced_test( sphinx_rst_generator_UnitTests