[DOCS] Enable sphinx panels directive (#9982)

* new directive

* add panels version
This commit is contained in:
Tatiana Savina 2022-01-28 17:18:57 +03:00 committed by GitHub
parent 8f3ebed8ec
commit da1324db68
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 0 deletions

View File

@ -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

View File

@ -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