diff --git a/docs/openvino_sphinx_theme/openvino_sphinx_theme/templates/navbar-nav.html b/docs/openvino_sphinx_theme/openvino_sphinx_theme/templates/navbar-nav.html index 8d428571f18b12..47c024f91fc2c0 100644 --- a/docs/openvino_sphinx_theme/openvino_sphinx_theme/templates/navbar-nav.html +++ b/docs/openvino_sphinx_theme/openvino_sphinx_theme/templates/navbar-nav.html @@ -8,9 +8,16 @@
diff --git a/docs/sphinx_setup/conf.py b/docs/sphinx_setup/conf.py index dadc5c04a95b90..7301cea58f1c31 100644 --- a/docs/sphinx_setup/conf.py +++ b/docs/sphinx_setup/conf.py @@ -122,7 +122,7 @@ html_context = { 'current_language': 'English', - 'languages': (('English', '/latest'), ('Chinese', '/cn/latest')), + #'languages': (('English', '/latest'), ('Chinese', '/cn/latest')), 'doxygen_mapping_file': '@DOXYGEN_MAPPING_FILE@', 'doxygen_snippet_root': snippet_root, 'default_mode': 'light'