1
0
Fork 0
mirror of https://github.com/deltachat/deltachat-core.git synced 2025-10-03 17:59:19 +02:00

put html dir into proper subdir

This commit is contained in:
holger krekel 2018-09-27 16:36:41 +02:00
parent 031058ebd2
commit 4d22bcd783

View file

@ -36,7 +36,7 @@ deps =
changedir = doc
commands =
sphinx-build -b html . _build
sphinx-build -b html . _build/html
[pytest]