From 2f8e64cc6d2f5f89193cc209bd8ee457e3e8d9e6 Mon Sep 17 00:00:00 2001 From: Jared Dillard Date: Thu, 11 Dec 2025 11:58:35 -0800 Subject: [PATCH] Make more generic --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 2d800a8..8cc57f9 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,5 +1,5 @@ cmake_minimum_required(VERSION 3.15) -project(SphinxLLMsTxt VERSION 1.0.0 LANGUAGES NONE) +project(SphinxDocs VERSION 1.0.0 LANGUAGES NONE) # Fetch Sphinx CMake modules include(FetchContent)