Changes to mrs_api-ref from docs/doc-exports#677 (Add unittests for conversion

Reviewed-by: Hasko, Vladimir <vladimir.hasko@t-systems.com>
Co-authored-by: proposalbot <proposalbot@otc-service.com>
Co-committed-by: proposalbot <proposalbot@otc-service.com>
This commit is contained in:
proposalbot 2023-03-22 10:00:18 +00:00 committed by zuul
parent ba5b8f80e7
commit 9b40dd875b
2 changed files with 6 additions and 6 deletions

View File

@ -24,7 +24,7 @@ extensions = [
otcdocs_auto_name = False otcdocs_auto_name = False
otcdocs_auto_version = False otcdocs_auto_version = False
project = 'Map Reduce Service' project = 'MapReduce Service'
otcdocs_repo_name = 'docs/mapreduce-service' otcdocs_repo_name = 'docs/mapreduce-service'
# Those variables are required for edit/bug links # Those variables are required for edit/bug links
otcdocs_git_fqdn = 'gitea.eco.tsi-dev.otc-service.com' otcdocs_git_fqdn = 'gitea.eco.tsi-dev.otc-service.com'
@ -86,7 +86,7 @@ html_theme_options = {
# The name for this set of Sphinx documents. If None, it defaults to # The name for this set of Sphinx documents. If None, it defaults to
# "<project> v<release> documentation". # "<project> v<release> documentation".
html_title = "Map Reduce Service - API Reference" html_title = "MapReduce Service - API Reference"
# Add any paths that contain custom static files (such as style sheets) here, # Add any paths that contain custom static files (such as style sheets) here,
@ -101,6 +101,6 @@ html_copy_source = False
latex_documents = [ latex_documents = [
('index', ('index',
'mrs-api-ref.tex', 'mrs-api-ref.tex',
u'Map Reduce Service - API Reference', u'MapReduce Service - API Reference',
u'OpenTelekomCloud', 'manual'), u'OpenTelekomCloud', 'manual'),
] ]

View File

@ -1,6 +1,6 @@
================================== =================================
Map Reduce Service - API Reference MapReduce Service - API Reference
================================== =================================
.. toctree:: .. toctree::
:maxdepth: 1 :maxdepth: 1