Skip to content
Snippets Groups Projects
Commit 2ef3ac07 authored by Jérémy Bobbio (Lunar)'s avatar Jérémy Bobbio (Lunar) Committed by Jérémy Bobbio (Lunar)
Browse files

Update documentation to use tox 4 command line syntax

parent 0b1d5834
No related branches found
No related tags found
No related merge requests found
......@@ -48,7 +48,7 @@ installed, eg. on a Debian system:
Then (from the `swh-environment/swh-docs/` directory):
$ tox -e sphinx-dev
$ tox run -e sphinx-dev
This tox environment will build the documentation from the sources available in
the parent directory (`swh-environment`).
......@@ -106,7 +106,7 @@ For instance to build the standalone documentation of ``swh-web``, proceed as
follows:
$ cd swh-environment/swh-web
$ tox -e sphinx-dev
$ tox run -e sphinx-dev
Sphinx warnings related to unresolved references located in other swh packages are suppressed because expected.
......
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