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}