Skip to content
Snippets Groups Projects

docs: Update tox.ini to build the "users" sphinx instance

Compare and
1 file
+ 2
0
Compare changes
  • Side-by-side
  • Inline
+ 2
0
@@ -14,6 +14,7 @@ deps =
setenv =
SWHPKGDIR = {envsitepackagesdir}/swh
commands =
{envpython} -m pifpaf run postgresql -- make -C users {posargs:html}
{envpython} -m pifpaf run postgresql -- make -C docs {posargs:html}
[testenv:sphinx-dev]
@@ -24,6 +25,7 @@ install_command = make pip-install-swh-dev {packages}
setenv =
SWHPKGDIR = {envsitepackagesdir}/swh
commands =
{envpython} -m pifpaf run postgresql -- make -C users {posargs:html}
{envpython} -m pifpaf run postgresql -- make -C docs {posargs:html}
[testenv:black]
Loading