Can't build Django documentation

2010-08-13 Thread Kevin
I tried to build the Django docs and got an error. $ cd django/docs/ $ make html sphinx-build -b djangohtml -d _build/doctrees . _build/html Running Sphinx v1.0.1 loading pickled environment... not yet created building [djangohtml]: targets for 427 source files that are out of date updating envi

Re: Can't build Django documentation

2010-08-14 Thread DrBloodmoney
On Fri, Aug 13, 2010 at 11:11 PM, Kevin wrote: > I tried to build the Django docs and got an error. > > $ cd django/docs/ > $ make html > sphinx-build -b djangohtml -d _build/doctrees   . _build/html > Running Sphinx v1.0.1 > loading pickled environment... not yet created > building [djangohtml]:

Re: Can't build Django documentation

2010-08-14 Thread Ramiro Morales
On Sat, Aug 14, 2010 at 12:11 AM, Kevin wrote: > I tried to build the Django docs and got an error. > > $ cd django/docs/ > $ make html > sphinx-build -b djangohtml -d _build/doctrees   . _build/html > Running Sphinx v1.0.1 > [...] > Exception occurred: >  File "/Users/src/django_docs/_ext/djangod

Re: Can't build Django documentation

2010-08-14 Thread bagheera
Dnia 14-08-2010 o 05:11:25 Kevin napisał(a): I tried to build the Django docs and got an error. $ cd django/docs/ $ make html sphinx-build -b djangohtml -d _build/doctrees . _build/html Running Sphinx v1.0.1 loading pickled environment... not yet created building [djangohtml]: targets for 42

Re: Can't build Django documentation

2010-08-14 Thread Ramiro Morales
On Sat, Aug 14, 2010 at 9:07 AM, DrBloodmoney wrote: > > The docs [0] mention an incompatibility with the currently released > Sphinx. I can't build right now either, and I'm too lazy to install > Sphinx from source. > > [0] http://docs.djangoproject.com/en/dev/intro/whatsnext/#as-html-locally Th

Re: Can't build Django documentation

2010-08-18 Thread Kevin
Thanks for that info. I downgraded to Sphinx 0.6.6 and all is well. On Aug 14, 11:14 am, Ramiro Morales wrote: > On Sat, Aug 14, 2010 at 9:07 AM, DrBloodmoney wrote: > > > The docs [0] mention an incompatibility with the currently released > > Sphinx. I can't build right now either, and I'm too