Skip to content

Commit

Permalink
[DOCS] Port for adding folder for OVMS files (#27031)
Browse files Browse the repository at this point in the history
### Details:
 - *item1*
 - *...*

### Tickets:
 - *ticket-id*
  • Loading branch information
akopytko authored Oct 14, 2024
1 parent 3be7d7d commit 0e2ee86
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ function(build_docs)
list(APPEND commands COMMAND ${Python3_EXECUTABLE} ${FILE_HELPER_SCRIPT}
--filetype=md
--input_dir=${OVMS_DOCS_DIR}
--output_dir=${SPHINX_SOURCE_DIR}
--output_dir=${SPHINX_SOURCE_DIR}/openvino-workflow/model-server
--exclude_dir=${SPHINX_SOURCE_DIR})
list(APPEND commands COMMAND ${CMAKE_COMMAND} -E cmake_echo_color --green "FINISHED preprocessing OVMS")
endif()
Expand Down
2 changes: 1 addition & 1 deletion docs/articles_en/openvino-workflow.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ OpenVINO Workflow
openvino-workflow/model-optimization
Running Inference <openvino-workflow/running-inference>
Deployment on a Local System <openvino-workflow/deployment-locally>
Deployment on a Model Server <ovms_what_is_openvino_model_server>
Deployment on a Model Server <openvino-workflow/model-server/ovms_what_is_openvino_model_server>
openvino-workflow/torch-compile


Expand Down

0 comments on commit 0e2ee86

Please sign in to comment.