[DOCS] Enable sphinx panels directive (#9982)
* new directive * add panels version
This commit is contained in:
parent
8f3ebed8ec
commit
da1324db68
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user