I'm trying to use djangodocs:
http://code.djangoproject.com/browser/djangoproject.com/djangodocs
. I see it requires documentation to be in .fjson format. So I have
tried to build the django docs with sphinx:
sphinx-build -b json . _build/json
But I get this error:
File "/usr/lib/python2.5/site-packages/Sphinx-0.6.4-py2.5.egg/sphinx/
builders/html.py", line 789, in handle_page
self.implementation.dump(ctx, f, 2)
AttributeError: 'module' object has no attribute 'dump'
I can convert the docs to HTML or .pickle files without errors, but
not to fjson. How can I do it?
Thanks!
--
You received this message because you are subscribed to the Google Groups
"Django users" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/django-users?hl=en.