From b3941d7f04ca38c68d870e6fba2a6f4e5f0ac6a3 Mon Sep 17 00:00:00 2001 From: Sebastian Gode Date: Wed, 12 Feb 2025 09:02:45 +0000 Subject: [PATCH] Remove pdf-docs entirely --- tox.ini | 24 ------------------------ 1 file changed, 24 deletions(-) diff --git a/tox.ini b/tox.ini index cb41d2c..f170129 100644 --- a/tox.ini +++ b/tox.ini @@ -45,30 +45,6 @@ commands = {[testenv:json-umn]commands} -[testenv:pdf-docs] -deps = - {[testenv:docs]deps} - {[testenv:bindeps]deps} -allowlist_externals = - rm - mkdir - wget - make - bash - cp -commands = - mkdir -p doc/build/pdf - mkdir -p doc/build/html - {[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:api-ref-pdf-docs]commands} - {[testenv:umn-pdf-docs]commands} - - - # HTML version [testenv:api-ref] deps = {[testenv:docs]deps}