[DOCS] Moving files to new location for master (#21575)
* repo update * repo update * repo update * Update LowPrecisionModelRepresentation.rst * Update LowPrecisionModelRepresentation.rst * Update CMakeLists.txt * Update QuantizedNetworks.rst * separate location for pypi publishing files * Update src/bindings/python/CMakeLists.txt fixing path in src/bindings/python/CMakeLists.txt --------- Co-authored-by: Karol Blaszczak <karol.blaszczak@intel.com> Co-authored-by: Ilya Lavrenov <ilya.lavrenov@intel.com>
This commit is contained in:
@@ -325,11 +325,11 @@ macro(ov_define_setup_py_dependencies)
|
||||
"${OpenVINO_SOURCE_DIR}/licensing/onednn_third-party-programs.txt"
|
||||
"${OpenVINO_SOURCE_DIR}/licensing/runtime-third-party-programs.txt"
|
||||
"${OpenVINO_SOURCE_DIR}/licensing/tbb_third-party-programs.txt"
|
||||
"${OpenVINO_SOURCE_DIR}/docs/install_guides/pypi-openvino-rt.md")
|
||||
"${OpenVINO_SOURCE_DIR}/docs/dev/pypi_publish/pypi-openvino-rt.md")
|
||||
|
||||
if(wheel_pre_release)
|
||||
list(APPEND ov_setup_py_deps
|
||||
"${OpenVINO_SOURCE_DIR}/docs/install_guides/pre-release-note.md")
|
||||
"${OpenVINO_SOURCE_DIR}/docs/dev/pypi_publish/pre-release-note.md")
|
||||
endif()
|
||||
endmacro()
|
||||
|
||||
|
||||
@@ -625,8 +625,8 @@ package_data: typing.Dict[str, list] = {}
|
||||
ext_modules = find_prebuilt_extensions(get_install_dirs_list(PY_INSTALL_CFG))
|
||||
entry_points = find_entry_points(PY_INSTALL_CFG)
|
||||
|
||||
long_description_md = OPENVINO_SOURCE_DIR / "docs" / "install_guides" / "pypi-openvino-rt.md"
|
||||
md_files = [long_description_md, OPENVINO_SOURCE_DIR / "docs" / "install_guides" / "pre-release-note.md"]
|
||||
long_description_md = OPENVINO_SOURCE_DIR / "docs" / "dev" / "pypi_publish" / "pypi-openvino-rt.md"
|
||||
md_files = [long_description_md, OPENVINO_SOURCE_DIR / "docs" / "dev" / "pypi_publish" / "pre-release-note.md"]
|
||||
docs_url = "https://docs.openvino.ai/2023.0/index.html"
|
||||
|
||||
if os.getenv("CI_BUILD_DEV_TAG"):
|
||||
|
||||
Reference in New Issue
Block a user