Update content

This commit is contained in:
OpenTelekomCloud Proposal Bot 2024-01-02 11:45:09 +00:00
parent 40e37c8637
commit 4bbfcf59f5

View File

@ -109,4 +109,9 @@ html_static_path = ['_static']
html_copy_source = False html_copy_source = False
# -- Options for PDF output -------------------------------------------------- # -- Options for PDF output --------------------------------------------------
latex_documents = [] latex_documents = [
('index',
'None.tex',
u'Document Database Service - API Reference',
u'OpenTelekomCloud', 'manual'),
]