diff --git a/doc/README.rst b/doc/README.rst index 835dbc5d9f6..02fc8eb54d5 100644 --- a/doc/README.rst +++ b/doc/README.rst @@ -49,6 +49,17 @@ Manually % sphinx-build -b html source build/html +Use `tox` +========= + +The easiest way to build the docs and avoid dealing with all +dependencies is to let tox prepare a virtualenv and run the +build_sphinx target inside the virtualenv:: + + % cd .. + % tox -e docs + + The docs have been built ========================