From 883a6080bbc73e7db34ca91c8094e634a7c647cc Mon Sep 17 00:00:00 2001 From: Jared Dillard Date: Tue, 28 Oct 2025 12:43:54 -0700 Subject: [PATCH] rename cmake file --- cmake/{SetupSphinx.cmake => SphinxUtils.cmake} | 2 +- docs/CMakeLists.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) rename cmake/{SetupSphinx.cmake => SphinxUtils.cmake} (93%) diff --git a/cmake/SetupSphinx.cmake b/cmake/SphinxUtils.cmake similarity index 93% rename from cmake/SetupSphinx.cmake rename to cmake/SphinxUtils.cmake index c43e412..2277f66 100644 --- a/cmake/SetupSphinx.cmake +++ b/cmake/SphinxUtils.cmake @@ -1,4 +1,4 @@ -# SetupSphinx.cmake - Find Sphinx for CI environments +# Sphinx related utilities set(SPHINX_SOURCE ${CMAKE_CURRENT_SOURCE_DIR}/source) set(SPHINX_BUILD ${CMAKE_BINARY_DIR}) diff --git a/docs/CMakeLists.txt b/docs/CMakeLists.txt index b226a08..4b29de7 100644 --- a/docs/CMakeLists.txt +++ b/docs/CMakeLists.txt @@ -1,5 +1,5 @@ # Find Sphinx -include(SetupSphinx) +include(SphinxUtils) setup_sphinx_environment() # Add builder targets