aboutsummaryrefslogtreecommitdiffstats
path: root/sources/shiboken2/ApiExtractor/doc/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'sources/shiboken2/ApiExtractor/doc/CMakeLists.txt')
-rw-r--r--sources/shiboken2/ApiExtractor/doc/CMakeLists.txt10
1 files changed, 0 insertions, 10 deletions
diff --git a/sources/shiboken2/ApiExtractor/doc/CMakeLists.txt b/sources/shiboken2/ApiExtractor/doc/CMakeLists.txt
deleted file mode 100644
index a1995e96f..000000000
--- a/sources/shiboken2/ApiExtractor/doc/CMakeLists.txt
+++ /dev/null
@@ -1,10 +0,0 @@
-message("Building ApiExtractor documentation")
-find_program(SPHINX sphinx-build DOC "Path to sphinx-build binary.")
-
-if (SPHINX)
- message(STATUS "sphinx-build - found")
- configure_file(conf.py.in conf.py @ONLY)
- add_custom_target(doc_apiextractor ${SPHINX} -b html -c . ${CMAKE_CURRENT_SOURCE_DIR} html )
-else()
- message(STATUS "sphinx-build - not found! doc_apiextractor target disabled")
-endif()