Changes to ma_umn from docs/doc-exports#28

Reviewed-by: gtema <artem.goncharov@gmail.com>
Co-authored-by: proposalbot <proposalbot@otc-service.com>
Co-committed-by: proposalbot <proposalbot@otc-service.com>
This commit is contained in:
proposalbot 2022-08-12 11:07:54 +00:00 committed by zuul
parent 56300f4181
commit a670762314

View File

@ -11,7 +11,7 @@
# under the License.
#
# !!!
# This file is generated out of template in doc-exports repository.
# This file is generated out of template in doc-exports repository.
# Beware overwriting it locally.
import os
@ -71,7 +71,10 @@ html_theme = 'otcdocs'
# Theme options are theme-specific and customize the look and feel of a theme
# further. For a list of options available for each theme, see the
# documentation.
html_theme_options = {}
html_theme_options = {
'disable_search': True,
'site_name': 'Internal Documentation Portal'
}
# The name for this set of Sphinx documents. If None, it defaults to
# "<project> v<release> documentation".