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

Rename users documentation to user

This also adds a redirection from the old path "users" to the new one "user".

Related to T3650
parent 014dea5e
No related branches found
No related tags found
No related merge requests found
......@@ -153,6 +153,7 @@ redirects = {
"swh-deposit/user-manual": "api/user-manual.html",
"architecture": "architecture/overview.html",
"mirror": "architecture/mirror.html",
"users": "user",
}
......
......@@ -15,7 +15,7 @@ setenv =
SWHPKGDIR = {envsitepackagesdir}/swh
commands =
{envpython} -m pifpaf run postgresql -- make -C sysadm {posargs:html}
{envpython} -m pifpaf run postgresql -- make -C users {posargs:html}
{envpython} -m pifpaf run postgresql -- make -C user {posargs:html}
{envpython} -m pifpaf run postgresql -- make -C docs {posargs:html}
[testenv:sphinx-dev]
......@@ -27,7 +27,7 @@ setenv =
SWHPKGDIR = {envsitepackagesdir}/swh
commands =
{envpython} -m pifpaf run postgresql -- make -C sysadm {posargs:html}
{envpython} -m pifpaf run postgresql -- make -C users {posargs:html}
{envpython} -m pifpaf run postgresql -- make -C user {posargs:html}
{envpython} -m pifpaf run postgresql -- make -C docs {posargs:html}
[testenv:black]
......
File moved
File moved
File moved
File moved
File moved
File moved
File moved
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