Skip to content

Commit 96e0b16

Browse files
Aigars Mahinovsaigarius
authored andcommitted
Drop docs due to compilation issue in GH
1 parent 95394ae commit 96e0b16

1 file changed

Lines changed: 0 additions & 10 deletions

File tree

tox.ini

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -64,16 +64,6 @@ deps =
6464
commands =
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]
7868
basepython = python3
7969
passenv = SOURCE_DATE_EPOCH

0 commit comments

Comments
 (0)