From: Gard Spreemann Date: Tue, 21 Jan 2020 10:36:48 +0100 Subject: Disable Sphinx. --- src/cmake/modules/GUDHI_third_party_libraries.cmake | 1 - 1 file changed, 1 deletion(-) diff --git a/src/cmake/modules/GUDHI_third_party_libraries.cmake b/src/cmake/modules/GUDHI_third_party_libraries.cmake index a56a275..11b5b20 100644 --- a/src/cmake/modules/GUDHI_third_party_libraries.cmake +++ b/src/cmake/modules/GUDHI_third_party_libraries.cmake @@ -178,7 +178,6 @@ if( PYTHONINTERP_FOUND ) find_python_module("matplotlib") find_python_module("numpy") find_python_module("scipy") - find_python_module("sphinx") find_python_module("sklearn") find_python_module("ot") find_python_module("pybind11")