Add info about how to build the docs with sphinx

This commit is contained in:
Avi Marcus 2012-07-04 01:40:10 +03:00
parent b51123b9a8
commit a21aa82b65

View file

@ -32,6 +32,15 @@ those who are looking forward to contribute.
.. __: http://opencomparison.readthedocs.org/en/latest/contributing.html
Editing and Previewing the Docs
-------------------------------
You need ``sphinx-build`` to build the docs. In Debian/ubuntu, this is provided in the ``python-sphinx`` package.
Then::
cd doc; make html
Getting the tests running
-------------------------