* Fixed documentation build when paths contain spaces * ops math formula fix * Fixed typo in * Added more dependencies for openvino_docs * Improvements Co-authored-by: Nikolay Tyukaev <ntyukaev_lo@jenkins.inn.intel.com>
36 lines
1.1 KiB
Plaintext
36 lines
1.1 KiB
Plaintext
@INCLUDE = "@IE_CONFIG_BUILD@"
|
|
|
|
EXCLUDE_SYMBOLS = ie_api::BlobBuffer \
|
|
*impl* \
|
|
*device_name* \
|
|
*num_requests* \
|
|
*exec_net* \
|
|
*c_config* \
|
|
*ie_core_impl* \
|
|
*plugin_impl* \
|
|
*extension_str* \
|
|
*buffer* \
|
|
*__cinit__*
|
|
|
|
PREDEFINED = "__attribute__(x)=" \
|
|
"__VA_ARGS__=" \
|
|
"INFERENCE_ENGINE_C_API_EXTERN=" \
|
|
"INFERENCE_ENGINE_C_API=" \
|
|
"IE_NODISCARD=" \
|
|
"__cdecl=" \
|
|
"__declspec(x)=" \
|
|
"__GNUC__=" \
|
|
"_WIN32"
|
|
|
|
EXTENSION_MAPPING = pyx=Python
|
|
|
|
FILE_PATTERNS = *.pyx
|
|
|
|
LAYOUT_FILE = "@PY_LAYOUT_BUILD@"
|
|
|
|
INPUT = "@PYTHON_API_OUT@"
|
|
|
|
HTML_OUTPUT = ie_python_api
|
|
|
|
GENERATE_TAGFILE = "@DOCS_BUILD_DIR@/ie_python_api.tag"
|