summaryrefslogtreecommitdiff
path: root/src/cmake/modules/GUDHI_third_party_libraries.cmake
diff options
context:
space:
mode:
authorVincent Rouvreau <10407034+VincentRouvreau@users.noreply.github.com>2021-08-12 17:28:30 +0200
committerGitHub <noreply@github.com>2021-08-12 17:28:30 +0200
commit19b7d011ee20066ea6895387e0f68d3dd789e0ee (patch)
treed3f7081204cbdf33e143588399dfc93d952e5d6d /src/cmake/modules/GUDHI_third_party_libraries.cmake
parent56f79346dcdf87a462ca68188c43ec75bb61273b (diff)
parent50d7eb5bc89900dd90f7f2d97ca8bc3c19c8a057 (diff)
Merge pull request #506 from VincentRouvreau/test_another_sphinx_themes
Test another sphinx themes
Diffstat (limited to 'src/cmake/modules/GUDHI_third_party_libraries.cmake')
-rw-r--r--src/cmake/modules/GUDHI_third_party_libraries.cmake2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/cmake/modules/GUDHI_third_party_libraries.cmake b/src/cmake/modules/GUDHI_third_party_libraries.cmake
index e1566877..023061f1 100644
--- a/src/cmake/modules/GUDHI_third_party_libraries.cmake
+++ b/src/cmake/modules/GUDHI_third_party_libraries.cmake
@@ -156,6 +156,8 @@ if( PYTHONINTERP_FOUND )
find_python_module("eagerpy")
find_python_module_no_version("hnswlib")
find_python_module("tensorflow")
+ find_python_module("sphinx_paramlinks")
+ find_python_module_no_version("python_docs_theme")
endif()
if(NOT GUDHI_PYTHON_PATH)