Update Docs configuration

Reviewed-by: gtema <artem.goncharov@gmail.com>
Co-authored-by: Goncharov, Artem <artem.goncharov@t-systems.com>
Co-committed-by: Goncharov, Artem <artem.goncharov@t-systems.com>
This commit is contained in:
Goncharov, Artem 2023-01-03 11:28:28 +00:00 committed by zuul
parent 6150ff0302
commit c57d88c72b
2 changed files with 7 additions and 12 deletions

View File

@ -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 = []

12
tox.ini
View File

@ -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