File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -64,16 +64,6 @@ deps =
6464commands =
6565 bandit -c pyproject.toml -r . -f json -o bandit.json --exit-zero
6666
67- [testenv:docs]
68- deps =-r{toxinidir}/docs/requirements-docs.txt
69- commands =
70- # Workaround for https://github.com/tox-dev/tox/issues/149
71- pip install -q -r {toxinidir}/docs/requirements-docs.txt
72- sphinx-apidoc -o docs/api --separate dlt
73- sphinx-multiversion -c docs docs {[tox]output_dir} {posargs}
74- python -c ' with open("{[tox]output_dir}/index.html", "w") as f: f.write("<meta HTTP-EQUIV=\" REFRESH\" content=\" 0; url=master/index.html\" >")'
75- python -c ' import pathlib; print("website available under file://\{ 0\} ".format(pathlib.Path(r"{[tox]output_dir}") / "index.html"))'
76-
7767[testenv:dev]
7868basepython = python3
7969passenv = SOURCE_DATE_EPOCH
You can’t perform that action at this time.
0 commit comments