-
David Douard authored
that builds the doc using source code repos located one directory above instead of published versions of swh subpackages. Related to T1330.
David Douard authoredthat builds the doc using source code repos located one directory above instead of published versions of swh subpackages. Related to T1330.
tox.ini 393 B
[tox]
envlist=flake8
[testenv:sphinx]
deps =
django < 2
.[testing]
pifpaf
commands =
{envpython} -m pifpaf run postgresql -- make -C docs html
[testenv:sphinx-dev]
deps =
django < 2
-r requirements-swh-dev.txt
pifpaf
commands =
{envpython} -m pifpaf run postgresql -- make -C docs html
[testenv:flake8]
skip_install = true
deps =
flake8
commands =
{envpython} -m flake8