benoitc 9fb0d9669c expose --pythonpath command to all modes . fix #433
--pythonpath may also be useful in other commands, so expose it to all.
2012-11-07 09:52:49 +01:00
..
2012-10-21 08:14:27 +03:00
2012-11-06 06:06:20 +01:00
2012-10-03 05:04:07 +05:45
2012-10-18 17:21:14 +02:00
2012-10-04 00:48:18 +05:45
2012-10-03 04:29:35 +05:45
2012-10-03 04:29:35 +05:45

Generate Documentation
======================

Requirements
------------

To generate documentation you need to install:

 - Python 2.x >= 2.5
 - Sphinx (http://sphinx.pocoo.org/)


Generate html
-------------
::

    $ make html

The command generates html document inside ``build/html`` dir.