Install Python's easy_install by running:
yum install python-setuptools
Use easy_install to download Sphinx:
easy_install Sphinx
After downloading the Django source and untaring it, cd to the docs directory and run the following:
make html
Wait for an age while it builds the html docs from source!
This page in the Django docs was quite helpful:
http://docs.djangoproject.com/en/1.2/internals/documentation/
1 comment:
Presumably, you had to be online in the first place to yum stff?
Post a Comment