Skip to content

Commit 9faf18b

Browse files
authored
Update 2023.2.0 Selector Tool with nightly archive (openvinotoolkit#21629)
* Update selector tool * Trigger CI
1 parent 1d03b08 commit 9faf18b

File tree

5 files changed

+66
-70
lines changed

5 files changed

+66
-70
lines changed

.gitignore

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ cmake-build*
77
!__init__.py
88
!__main__.py
99
# and sphinx documentation folders
10-
!docs/_*
10+
!docs/sphinx_setup/_*
1111

1212
# developer tools
1313
*.idea

docs/articles_en/get_started/installing-openvino-overview.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Install OpenVINO™ 2023.2
2323

2424
<script type="module" crossorigin src="_static/selector-tool/assets/index-f34d1fad.js"></script>
2525
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
26-
<iframe id="selector" src="_static/selector-tool/selector-c1c409a.html" style="width: 100%; border: none" title="Download Intel® Distribution of OpenVINO™ Toolkit"></iframe>
26+
<iframe id="selector" src="_static/selector-tool/selector-5cca680.html" style="width: 100%; border: none" title="Download Intel® Distribution of OpenVINO™ Toolkit"></iframe>
2727

2828
.. warning::
2929

docs/sphinx_setup/_static/selector-tool/assets/selector-7f584a52.js

-61
This file was deleted.

docs/sphinx_setup/_static/selector-tool/assets/selector-a91b1d3d.js

+61
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/sphinx_setup/_static/selector-tool/selector-c1c409a.html docs/sphinx_setup/_static/selector-tool/selector-5cca680.html

+3-7
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,16 @@
11
<!DOCTYPE html>
22
<html lang="en">
33
<head>
4-
<meta name="version" content="c1c409a" />
4+
<meta name="version" content="v_2023_2_0-5cca680" />
55
<meta charset="UTF-8" />
66
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
77
<title>Download Intel® Distribution of OpenVINO™ Toolkit</title>
88
<meta
99
name="description"
1010
content="Download a version of the Intel® Distribution of OpenVINO™ toolkit for Linux, Windows, or macOS."
1111
/>
12-
<script
13-
type="module"
14-
crossorigin
15-
src="./assets/selector-7f584a52.js"
16-
></script>
17-
<link rel="stylesheet" href="./assets/selector-5c3f26d1.css" />
12+
<script type="module" crossorigin src="./assets/selector-a91b1d3d.js"></script>
13+
<link rel="stylesheet" href="./assets/selector-5c3f26d1.css">
1814
</head>
1915
<body>
2016
<div id="root"></div>

0 commit comments

Comments
 (0)