1
0
Fork 0
mirror of https://github.com/deltachat/deltachat-core.git synced 2025-10-06 03:50:08 +02:00

major rehault of docs at root and python level,

preparing a deltachat-0.6 release
This commit is contained in:
holger krekel 2018-09-27 15:50:52 +02:00
parent 87e1537cb2
commit 031058ebd2
10 changed files with 132 additions and 47 deletions

View file

@ -4,7 +4,6 @@ envlist =
py27
py35
lint
doc
[testenv]
commands = pytest -rsXx {posargs:tests}
@ -35,10 +34,9 @@ deps =
sphinx
breathe
whitelist_externals = make
changedir = doc
commands =
make html
sphinx-build -b html . _build
[pytest]