From 639907e13fb417921adc3a9a0d6f1ea16cf7e034 Mon Sep 17 00:00:00 2001 From: Sebastian Gode Date: Tue, 21 Jan 2025 08:31:28 +0000 Subject: [PATCH] Update tox.ini && conf.py file Reviewed-by: tischrei Co-authored-by: Sebastian Gode Co-committed-by: Sebastian Gode --- tox.ini | 19 ------------------- 1 file changed, 19 deletions(-) diff --git a/tox.ini b/tox.ini index 8163bf3..9688a9b 100644 --- a/tox.ini +++ b/tox.ini @@ -40,25 +40,6 @@ commands = sphinx-build -a -E -W -d doc/build/doctrees -b html doc/source doc/build/html_temp sphinx-minify --input-directory doc/build/html_temp/ --output-directory doc/build/html -[testenv:pdf-docs] -deps = - {[testenv:docs]deps} - {[testenv:bindeps]deps} -allowlist_externals = - rm - mkdir - wget - make - bash - cp -commands = - mkdir -p doc/build/pdf - {[testenv:bindeps]commands} - mkdir -p {toxinidir}/_templates - wget -O {toxinidir}/_templates/longtable.tex.jinja https://gitea.eco.tsi-dev.otc-service.com/infra/docs-templates/raw/branch/main/templates/longtable.tex.jinja - wget -O {toxinidir}/_templates/tabular.tex.jinja https://gitea.eco.tsi-dev.otc-service.com/infra/docs-templates/raw/branch/main/templates/tabular.tex.jinja - wget -O {toxinidir}/_templates/tabulary.tex.jinja https://gitea.eco.tsi-dev.otc-service.com/infra/docs-templates/raw/branch/main/templates/tabulary.tex.jinja - [testenv:bindeps]