Skip to content
Snippets Groups Projects
Verified Commit 18d174df authored by Antoine R. Dumont's avatar Antoine R. Dumont
Browse files

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

Related to T3388
parent 6172f55f
No related branches found
No related tags found
1 merge request!141docs: Update tox.ini to build the "users" sphinx instance
......@@ -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]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment