mirror of
https://github.com/chatmail/core.git
synced 2026-04-29 11:26:29 +03:00
revert back to split doc and lint
This commit is contained in:
@@ -19,5 +19,6 @@ rm -rf src/deltachat/__pycache__
|
|||||||
export PYTHONDONTWRITEBYTECODE=1
|
export PYTHONDONTWRITEBYTECODE=1
|
||||||
|
|
||||||
# run python tests (tox invokes pytest to run tests in python/tests)
|
# run python tests (tox invokes pytest to run tests in python/tests)
|
||||||
TOX_PARALLEL_NO_SPINNER=1 tox -p2 -e lint,doc
|
#TOX_PARALLEL_NO_SPINNER=1 tox -e lint,doc
|
||||||
tox -e py37
|
tox -e lint
|
||||||
|
tox -e doc,py37
|
||||||
|
|||||||
@@ -48,13 +48,12 @@ commands =
|
|||||||
rst-lint --encoding 'utf-8' README.rst
|
rst-lint --encoding 'utf-8' README.rst
|
||||||
|
|
||||||
[testenv:doc]
|
[testenv:doc]
|
||||||
skipsdist = True
|
changedir=doc
|
||||||
usedevelop = True
|
|
||||||
deps =
|
deps =
|
||||||
sphinx==2.2.0
|
sphinx==2.2.0
|
||||||
breathe
|
breathe
|
||||||
commands =
|
commands =
|
||||||
sphinx-build -w toxdoc-warnings.log -b html doc doc/_build/html
|
sphinx-build -w toxdoc-warnings.log -b html . _build/html
|
||||||
|
|
||||||
|
|
||||||
[testenv:lintdoc]
|
[testenv:lintdoc]
|
||||||
|
|||||||
Reference in New Issue
Block a user