Skip to content

Commit

Permalink
Merge branch 'master' into col2im_cpu
Browse files Browse the repository at this point in the history
  • Loading branch information
p-wysocki authored Jul 2, 2024
2 parents 45eadcb + 029d200 commit f5fec06
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 48 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -687,7 +687,7 @@ jobs:
Overall_Status:
name: ci/gha_overall_status
needs: [Smart_CI, Build, Debian_Packages, Samples, Conformance, ONNX_Runtime, CXX_Unit_Tests, Python_Unit_Tests, TensorFlow_Layer_Tests,
CPU_Functional_Tests, TensorFlow_Models_Tests_Precommit, PyTorch_Models_Tests, NVIDIA_Plugin, Openvino_tokenizers, iGPU]
CPU_Functional_Tests, TensorFlow_Models_Tests_Precommit, PyTorch_Models_Tests, NVIDIA_Plugin, Openvino_tokenizers]
if: ${{ always() }}
runs-on: ubuntu-latest
steps:
Expand Down
34 changes: 0 additions & 34 deletions docs/articles_en/about-openvino/additional-resources.rst

This file was deleted.

27 changes: 14 additions & 13 deletions docs/sphinx_setup/_static/html/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,12 @@
margin: 0;
}

.container {
.footer .container {
padding-right: 30px;
padding-left: 30px;
margin-right: auto;
margin-left: auto;
background-color: rgb(240, 240, 240);
}

.footer-link-list a {
Expand All @@ -18,12 +19,12 @@
}

.footer-link-list a:nth-child(1) {
margin-right: 20px;
margin-right: 80px;
}

.footer-contents {
border-top: 1px solid lightgray;
font-size: 11px;
font-size: 12px;
box-sizing: border-box;
font-family: sans-serif;
padding-top: 10px;
Expand All @@ -34,10 +35,12 @@
margin-right: 0px;
}

.footer-contents p {
.footer-item p {
margin-top: 0;
margin-bottom: 0;
line-height: 1.65;
padding: 10px 10px 0 30px !important;
font-size: 12px !important;
}

.footer-contents .footer-link-list a {
Expand All @@ -46,17 +49,15 @@

.newsletter-btn,
.newsletter-btn:active {
background-color: #0054AE;
border: 1px solid #0054AE;
background-color: white;
border: 1px solid lightgray !important;
border-radius: none;
color: white !important;
margin-top: 5px;
cursor: pointer;
color: #0054AE !important;
display: inline-block;
font-weight: 400;
font-size: .8rem;
line-height: 2.0;
padding: .2rem .5rem;
padding: 0.5rem 0.65625rem 0.5rem 0.96875rem;
text-align: center;
text-decoration: none;
transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
Expand All @@ -73,8 +74,8 @@
}

.newsletter-btn:hover {
background-color: rgb(240, 240, 240);
color: hsl(211, 100%, 34%) !important;
background-color: rgba(var(--ost-color-sst-dropdown-background), 1) !important;
color: rgb(240, 240, 240) !important;
}

.footer-list {
Expand Down Expand Up @@ -134,7 +135,7 @@
<ul class="no-bullets">
<lh>OpenVino</lh>
<li><a href="https://docs.openvino.ai/2024/about-openvino/additional-resources/telemetry.html"
alt="telemetry" data-cookie-notice="true">OpenVINO™ Telemetry</a></li>
alt="telemetry">OpenVINO™ Telemetry</a></li>
<li><a href="https://docs.openvino.ai/2024/about-openvino/additional-resources/glossary.html"
alt="glossary">Glossary</a></li>
<li><a href="https://www.intel.com/content/www/us/en/internet-of-things/ai-in-production/success-stories.html"
Expand Down

0 comments on commit f5fec06

Please sign in to comment.