Commit b9f565ea by Benoit Bryon

Replaced 'cd docs && make html' by 'make documentation' in docs/dev/documentation.

parent e26559ff
......@@ -115,15 +115,18 @@ In other cases, please refer to `Python-sphinx`_ documentation.
Export documentation to HTML
============================
.. highlight:: sh
* Install `Python-sphinx`_.
* Make sure sphinx-build is in your shell's $PATH. If you are using virtualenv
as told in :doc:`/dev/install`, then **activate your virtual environment**.
* Go to lettuce folder and use the provided Makefile:
::
.. highlight:: sh
::
cd docs/
make html
cd ..
make documentation
HTML documentation is exported to docs/_build/html/.
* HTML documentation is exported to docs/_build/html/.
**********
References
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment