django documentation locally setting up
django, python, python-sphinx
Solution
Install sphinx.
$ easy_install -U Sphinx
Problem
I was trying to setup django . I do have Django-1.1-alpha-1. I was trying to make the documentation which is located at Django-1.1-alpha-1/doc using make utility. But I am getting some error saying ``` > C:\django\Django-1.1-alpha-1\docs>C:\cygwin\bin\make.exe html mkdir -p _build/html _build/doctrees sphinx-build -b html -d _build/doctrees . _build/html make: sphinx-build: Command not found make: *** [html] Error 127 ``` Do anybody knows how to solve this issue and make a html documentation Thanks J