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 environment: 427 added, 0 changed, 0 removed /Users/haitran/Desktop/obnob_project/src/django_docs/_ext/ djangodocs.py:91: DeprecationWarning: xfileref_role is deprecated, use XRefRole xrefs = sphinx.roles.xfileref_role('ref', linktext, linktext, lineno, state) reading sources... [ 73%] ref/contrib/gis/ commands Exception occurred: File "/Users/src/django_docs/_ext/djangodocs.py", line 215, in parse_django_adminopt_node from sphinx.directives.desc import option_desc_re ImportError: No module named desc The full traceback has been saved in /var/folders/od/ odl44I41FT0yZPHQw8kT8E+++TM/-Tmp-/sphinx-err-RgDvku.log, if you want to report the issue to the developers. Please also report this if it was a user error, so that a better error message can be provided next time. Either send bugs to the mailing list at <http://groups.google.com/ group/sphinx-dev/>, or report them in the tracker at <http://bitbucket.org/birkenfeld/ sphinx/issues/>. Thanks! make: *** [html] Error 1
The process fails when it tries to do an import: from sphinx.directives.desc import option_desc_re Why is there no module named desc? I am using: Python 2.6 Sphinx 1.0.1 Django 1.2.1 Mac OS X 10.5.8 -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-us...@googlegroups.com. To unsubscribe from this group, send email to django-users+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/django-users?hl=en.