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