diff --git a/docs/articles_en/about-openvino/performance-benchmarks.rst b/docs/articles_en/about-openvino/performance-benchmarks.rst index a408253038e75c..4262ec6b2b3732 100644 --- a/docs/articles_en/about-openvino/performance-benchmarks.rst +++ b/docs/articles_en/about-openvino/performance-benchmarks.rst @@ -56,8 +56,7 @@ implemented in your solutions. Click the buttons below to see the chosen benchma :material-regular:`table_view;1.4em` LLM performance for AI PC -.. uncomment under - .. .. grid-item:: + .. grid-item:: .. button-link:: # :class: ovms-toolkit-benchmark-llm-result diff --git a/docs/sphinx_setup/conf.py b/docs/sphinx_setup/conf.py index 8bf8438fb5e2c2..ffe00effa610b4 100644 --- a/docs/sphinx_setup/conf.py +++ b/docs/sphinx_setup/conf.py @@ -187,13 +187,11 @@ html_static_path = ['_static'] html_css_files = [ - 'css/custom.css', 'css/openvino_sphinx_theme.css', 'css/button.css', 'css/input.css', 'css/textfield.css', 'css/tabs.css', - 'css/coveo_custom.css', 'https://cdn.jsdelivr.net/npm/@splidejs/splide@4.1.4/dist/css/splide.min.css', ]