From c57d88c72bc06fced42a57ec76885fada2fcaa4f Mon Sep 17 00:00:00 2001 From: "Goncharov, Artem" Date: Tue, 3 Jan 2023 11:28:28 +0000 Subject: [PATCH] Update Docs configuration Reviewed-by: gtema Co-authored-by: Goncharov, Artem Co-committed-by: Goncharov, Artem --- api-ref/source/conf.py | 7 +------ tox.ini | 12 ++++++------ 2 files changed, 7 insertions(+), 12 deletions(-) diff --git a/api-ref/source/conf.py b/api-ref/source/conf.py index 79518bb..6a02af3 100644 --- a/api-ref/source/conf.py +++ b/api-ref/source/conf.py @@ -95,9 +95,4 @@ html_title = "Document Database Service - API Reference" html_static_path = ['_static'] # -- Options for PDF output -------------------------------------------------- -latex_documents = [ - ('index', - 'dds-api-ref.tex', - u'Document Database Service - API Reference', - u'OpenTelekomCloud', 'manual'), -] +latex_documents = [] diff --git a/tox.ini b/tox.ini index 47082ba..7cd68fd 100644 --- a/tox.ini +++ b/tox.ini @@ -31,7 +31,7 @@ commands = [testenv:docs-pdf] deps = -r{toxinidir}/doc/requirements.txt -whitelist_externals = +allowlist_externals = mkdir commands = mkdir -p doc/build/pdf @@ -41,7 +41,7 @@ commands = # HTML version [testenv:api-ref] deps = -r{toxinidir}/doc/requirements.txt -whitelist_externals = +allowlist_externals = cp mkdir commands = @@ -52,7 +52,7 @@ commands = # Json version (for search) [testenv:json-api-ref] deps = -r{toxinidir}/doc/requirements.txt -whitelist_externals = +allowlist_externals = cp mkdir find @@ -68,7 +68,7 @@ commands = # HTML version [testenv:umn] deps = -r{toxinidir}/doc/requirements.txt -whitelist_externals = +allowlist_externals = cp mkdir commands = @@ -79,7 +79,7 @@ commands = # Json version (for search) [testenv:json-umn] deps = -r{toxinidir}/doc/requirements.txt -whitelist_externals = +allowlist_externals = cp mkdir find @@ -93,7 +93,7 @@ commands = # PDF version [testenv:umn-pdf-docs] deps = -r{toxinidir}/doc/requirements.txt -whitelist_externals = +allowlist_externals = rm mkdir make