Update Docs configuration
Reviewed-by: gtema <artem.goncharov@gmail.com> Co-authored-by: Goncharov, Artem <artem.goncharov@t-systems.com> Co-committed-by: Goncharov, Artem <artem.goncharov@t-systems.com>
This commit is contained in:
parent
5702f8c2b5
commit
5ca6e9bb74
@ -78,7 +78,7 @@ html_theme = 'otcdocs'
|
|||||||
# further. For a list of options available for each theme, see the
|
# further. For a list of options available for each theme, see the
|
||||||
# documentation.
|
# documentation.
|
||||||
html_theme_options = {
|
html_theme_options = {
|
||||||
"disable_search": "True",
|
"disable_search": True,
|
||||||
"site_name": "Internal Documentation Portal",
|
"site_name": "Internal Documentation Portal",
|
||||||
"logo_url": "https://docs-int.otc-service.com",
|
"logo_url": "https://docs-int.otc-service.com",
|
||||||
}
|
}
|
||||||
|
@ -78,7 +78,7 @@ html_theme = 'otcdocs'
|
|||||||
# further. For a list of options available for each theme, see the
|
# further. For a list of options available for each theme, see the
|
||||||
# documentation.
|
# documentation.
|
||||||
html_theme_options = {
|
html_theme_options = {
|
||||||
"disable_search": "True",
|
"disable_search": True,
|
||||||
"site_name": "Internal Documentation Portal",
|
"site_name": "Internal Documentation Portal",
|
||||||
"logo_url": "https://docs-int.otc-service.com",
|
"logo_url": "https://docs-int.otc-service.com",
|
||||||
}
|
}
|
||||||
@ -95,9 +95,4 @@ html_title = "Cloud Container Service - User Guide"
|
|||||||
html_static_path = ['_static']
|
html_static_path = ['_static']
|
||||||
|
|
||||||
# -- Options for PDF output --------------------------------------------------
|
# -- Options for PDF output --------------------------------------------------
|
||||||
latex_documents = [
|
latex_documents = []
|
||||||
('index',
|
|
||||||
'cce-umn.tex',
|
|
||||||
u'Cloud Container Service - User Guide',
|
|
||||||
u'OpenTelekomCloud', 'manual'),
|
|
||||||
]
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user