Assuming that you're running Linux,
- Download the Django package
- Extract the "docs" folder
- In a terminal console, start typing these commands
- sudo apt-get install python-setuptools
- sudo easy_install simplejson
- sudo easy_install Sphinx
- Finally, get into the docs folder and type "make html" to start compiling it to the HTML format.
- Your docs will be in built in the folder "_build/html"
- Now you're ready to fight!