tags:

views:

322

answers:

3

And how do I run it?

+3  A: 

Sphinx website says:

easy_install -U Sphinx

If you want that installed in system python you'd probably need elevated permissions with sudo:

sudo easy_install -U Sphinx

If you do not have easy_install yet, see http://peak.telecommunity.com/DevCenter/EasyInstall

myroslav
please take a note of this http://groups.google.com/group/sphinx-dev/msg/77f5b48bca1fd938 if you are encountering any problem.
Rama Vadakattu
A: 

How do I run it?

http://sphinx.pocoo.org/intro.html#running-a-build

S.Lott
A: 

http://showmedo.com/videos/video?name=2910020&fromSeriesID=291

This demo shows how you can use sphinx to document your own program.

Rudiger Wolf