Compare commits
1 Commits
main
...
propose-dd
Author | SHA1 | Date | |
---|---|---|---|
059918ec76 |
@ -18,7 +18,7 @@ import os
|
|||||||
import sys
|
import sys
|
||||||
|
|
||||||
extensions = [
|
extensions = [
|
||||||
'otcdocstheme',
|
'otcdocstheme'
|
||||||
]
|
]
|
||||||
|
|
||||||
otcdocs_auto_name = False
|
otcdocs_auto_name = False
|
||||||
@ -98,4 +98,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'),
|
||||||
|
]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user