From 2af6993d1a6c05b177c6308ade66a3c49cef4db5 Mon Sep 17 00:00:00 2001 From: Dan Paulat Date: Tue, 28 Feb 2023 22:00:28 -0600 Subject: [PATCH] Disable documentation features. This has been moved to supercell-wx-docs. --- CMakeLists.txt | 6 ------ tools/setup-common.bat | 3 --- 2 files changed, 9 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 932f8513..218e6467 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -33,13 +33,7 @@ set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -DBOOST_ALL_NO_LIB") set(SCWX_DIR ${PROJECT_SOURCE_DIR}) set(SCWX_VERSION "0.0.1") -option(BUILD_DOCS "Build documentation" OFF) - add_subdirectory(external) add_subdirectory(wxdata) add_subdirectory(scwx-qt) add_subdirectory(test) - -if(BUILD_DOCS) - add_subdirectory(docs) -endif() diff --git a/tools/setup-common.bat b/tools/setup-common.bat index 3f6a1dc8..f934f2c8 100644 --- a/tools/setup-common.bat +++ b/tools/setup-common.bat @@ -1,7 +1,4 @@ pip install "conan<2.0" pip install geopandas pip install GitPython -pip install sphinx -pip install sphinx-rtd-theme -pip install breathe conan profile new default --detect