diff --git a/docs/conf.py b/docs/conf.py index 4624dd44d14..17c8970ab08 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -37,6 +37,7 @@ language = 'en' extensions = [ 'sphinx_inline_tabs', 'sphinx_copybutton', + 'sphinx_panels', 'doxyrest', 'cpplexer', 'sphinx.ext.autodoc', @@ -65,6 +66,8 @@ templates_path = ['_templates'] exclude_patterns = ['_build', 'Thumbs.db', '.DS_Store', 'openvino/inference-engine'] +panels_add_bootstrap_css = False + # -- Options for HTML output ------------------------------------------------- # The theme to use for HTML and HTML Help pages. See the documentation for diff --git a/docs/requirements.txt b/docs/requirements.txt index 18b391585b5..6e25852a4f3 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -33,6 +33,7 @@ soupsieve==2.3.1 Sphinx==4.4.0 sphinx-copybutton==0.4.0 sphinx-inline-tabs==2022.1.2b11 +sphinx-panels==0.6.0 sphinx-sitemap==2.2.0 sphinxcontrib-applehelp==1.0.2 sphinxcontrib-devhelp==1.0.2