Skip to content

Commit 6526155

Browse files
authored
[DOCS] Removed OMZ from the build (openvinotoolkit#27052)
1 parent d8d1149 commit 6526155

File tree

2 files changed

+0
-13
lines changed

2 files changed

+0
-13
lines changed

docs/CMakeLists.txt

-12
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ set(ENABLE_CPP_API OFF CACHE BOOL "Build with C/C++ API.")
88
set(ENABLE_PYTHON_API OFF CACHE BOOL "Build with Python API.")
99
set(ENABLE_GENAI_API OFF CACHE BOOL "Build with GenAI API.")
1010
set(ENABLE_NOTEBOOKS OFF CACHE BOOL "Build with openvino notebooks.")
11-
set(ENABLE_OMZ OFF CACHE BOOL "Build with open_model_zoo.")
1211
set(ENABLE_OVMS OFF CACHE BOOL "Build with ovms.")
1312
set(OVMS_DOCS_DIR "" CACHE PATH "Path to model server documentation dir.")
1413

@@ -90,17 +89,6 @@ function(build_docs)
9089
list(APPEND commands COMMAND ${CMAKE_COMMAND} -E cmake_echo_color --green "FINISHED preprocessing OVMS")
9190
endif()
9291

93-
if(${ENABLE_OMZ})
94-
list(APPEND commands COMMAND ${CMAKE_COMMAND} -E cmake_echo_color --green "STARTED preprocessing OMZ")
95-
list(APPEND commands
96-
COMMAND ${Python3_EXECUTABLE} ${OpenVINO_SOURCE_DIR}/thirdparty/open_model_zoo/ci/prepare-documentation.py ${CMAKE_BINARY_DIR}/open_model_zoo)
97-
list(APPEND commands COMMAND ${Python3_EXECUTABLE} ${FILE_HELPER_SCRIPT}
98-
--filetype=md
99-
--input_dir=${CMAKE_BINARY_DIR}/open_model_zoo
100-
--output_dir=${SPHINX_SOURCE_DIR}
101-
--exclude_dir=${SPHINX_SOURCE_DIR})
102-
list(APPEND commands COMMAND ${CMAKE_COMMAND} -E cmake_echo_color --green "FINISHED preprocessing OMZ")
103-
endif()
10492

10593
# Preprocess docs
10694
add_custom_target(preprocess_docs

docs/documentation_build_instructions.md

-1
Original file line numberDiff line numberDiff line change
@@ -45,5 +45,4 @@ Depending on the needs, following variables can be added to first cmake call:
4545
- building C/C++ API: `-DENABLE_CPP_API=ON`
4646
- building Python API: `-DENABLE_PYTHON_API=ON`
4747
- building Notebooks: `-DENABLE_NOTEBOOKS=ON`
48-
- building OMZ: `-DENABLE_OMZ=ON`
4948
- building OVMS: `-DENABLE_OVMS=ON -DOVMS_DOCS_DIR=<path_to_OVMS_repo>`

0 commit comments

Comments
 (0)