Compare commits
1 Commits
main
...
propose-cc
Author | SHA1 | Date | |
---|---|---|---|
e791b03d7d |
@ -1,10 +1,7 @@
|
|||||||
sphinx>=2.0.0,!=2.1.0 # BSD
|
sphinx>=2.0.0,!=2.1.0 # BSD
|
||||||
|
|
||||||
otcdocstheme # Apache-2.0
|
otcdocstheme # Apache-2.0
|
||||||
|
|
||||||
# releasenotes
|
# releasenotes
|
||||||
reno>=3.1.0 # Apache-2.0
|
reno>=3.1.0 # Apache-2.0
|
||||||
|
|
||||||
otc-sphinx-directives>=0.1.0
|
otc-sphinx-directives>=0.1.0
|
||||||
sphinx-minify>=0.0.1 # Apache-2.0
|
|
||||||
git+https://gitea.eco.tsi-dev.otc-service.com/infra/otc-metadata.git#egg=otc_metadata
|
git+https://gitea.eco.tsi-dev.otc-service.com/infra/otc-metadata.git#egg=otc_metadata
|
@ -31,17 +31,6 @@ otcdocs_repo_name = 'docs/cloud-container-engine'
|
|||||||
otcdocs_git_fqdn = 'gitea.eco.tsi-dev.otc-service.com'
|
otcdocs_git_fqdn = 'gitea.eco.tsi-dev.otc-service.com'
|
||||||
otcdocs_git_type = 'gitea'
|
otcdocs_git_type = 'gitea'
|
||||||
|
|
||||||
# Those variables are needed for indexing into OpenSearch
|
|
||||||
otcdocs_doc_environment = ''
|
|
||||||
otcdocs_doc_link = ''
|
|
||||||
otcdocs_doc_title = ''
|
|
||||||
otcdocs_doc_type = ''
|
|
||||||
otcdocs_service_category = 'container'
|
|
||||||
otcdocs_service_title = 'Cloud Container Engine'
|
|
||||||
otcdocs_service_type = 'cce'
|
|
||||||
otcdocs_search_environment = 'hc_de'
|
|
||||||
otcdocs_search_url = "https://opensearch.eco.tsi-dev.otc-service.com/"
|
|
||||||
|
|
||||||
# If extensions (or modules to document with autodoc) are in another directory,
|
# If extensions (or modules to document with autodoc) are in another directory,
|
||||||
# add these directories to sys.path here. If the directory is relative to the
|
# add these directories to sys.path here. If the directory is relative to the
|
||||||
# documentation root, use os.path.abspath to make it absolute, like shown here.
|
# documentation root, use os.path.abspath to make it absolute, like shown here.
|
||||||
|
@ -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'Cloud Container Engine - User Guide',
|
||||||
|
u'OpenTelekomCloud', 'manual'),
|
||||||
|
]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user