That was it. Thanks Takayuki On Monday, September 2, 2013 3:52:24 AM UTC-5, Takayuki SHIMIZUKAWA wrote: > > Hi David, > > It seems to same as reported issue #1224. > > https://bitbucket.org/birkenfeld/sphinx/issue/1224/django-151-docs-build-error > > Please check it. > > Regards, > -- > Takayuki SHIMIZUKAWA > http://about.me/shimizukawa > > > 2013/9/2 David Campbell <[email protected] <javascript:>>: > > I'm getting an error after I run 'make html' in the docs directory of my > > Django source code. > > > > I've attached the log file that contains the traceback and have pasted > the > > traceback below as well. > > > > I don't know if it's worth mentioning, but I installed Django using > > easy_install. The directory that I am trying to generate html files in > is > > from the source that I downloaded (which I didn't use to install > Django). I > > can't find any documentation in the directory installed by easy_install. > > > > This is my first post, so let me know if I missed something, thanks. > > > > # Sphinx version: 1.2b1 > > # Python version: 2.7.3 > > # Docutils version: 0.11 release > > # Jinja2 version: 2.7.1 > > Traceback (most recent call last): > > File > > > "/usr/lib/python2.7/site-packages/Sphinx-1.2b1-py2.7.egg/sphinx/cmdline.py", > > > line 247, in main > > app.build(force_all, filenames) > > File > > > "/usr/lib/python2.7/site-packages/Sphinx-1.2b1-py2.7.egg/sphinx/application.py", > > > > line 211, in build > > self.builder.build_update() > > File > > > "/usr/lib/python2.7/site-packages/Sphinx-1.2b1-py2.7.egg/sphinx/builders/__init__.py", > > > > line 211, in build_update > > 'out of date' % len(to_build)) > > File > > > "/usr/lib/python2.7/site-packages/Sphinx-1.2b1-py2.7.egg/sphinx/builders/__init__.py", > > > > line 267, in build > > self.write(docnames, list(updated_docnames), method) > > File > > > "/usr/lib/python2.7/site-packages/Sphinx-1.2b1-py2.7.egg/sphinx/builders/__init__.py", > > > > line 310, in write > > self._write_serial(sorted(docnames), warnings) > > File > > > "/usr/lib/python2.7/site-packages/Sphinx-1.2b1-py2.7.egg/sphinx/builders/__init__.py", > > > > line 323, in _write_serial > > self.write_doc(docname, doctree) > > File > > > "/usr/lib/python2.7/site-packages/Sphinx-1.2b1-py2.7.egg/sphinx/builders/html.py", > > > > line 432, in write_doc > > self.docwriter.write(doctree, destination) > > File > > > "/usr/lib/python2.7/site-packages/docutils-0.11-py2.7.egg/docutils/writers/__init__.py", > > > > line 80, in write > > self.translate() > > File > > > "/usr/lib/python2.7/site-packages/Sphinx-1.2b1-py2.7.egg/sphinx/writers/html.py", > > > > line 41, in translate > > self.document.walkabout(visitor) > > File > > > "/usr/lib/python2.7/site-packages/docutils-0.11-py2.7.egg/docutils/nodes.py", > > > line 174, in walkabout > > if child.walkabout(visitor): > > File > > > "/usr/lib/python2.7/site-packages/docutils-0.11-py2.7.egg/docutils/nodes.py", > > > line 174, in walkabout > > if child.walkabout(visitor): > > File > > > "/usr/lib/python2.7/site-packages/docutils-0.11-py2.7.egg/docutils/nodes.py", > > > line 174, in walkabout > > if child.walkabout(visitor): > > File > > > "/usr/lib/python2.7/site-packages/docutils-0.11-py2.7.egg/docutils/nodes.py", > > > line 187, in walkabout > > visitor.dispatch_departure(self) > > File > > > "/usr/lib/python2.7/site-packages/docutils-0.11-py2.7.egg/docutils/nodes.py", > > > line 1895, in dispatch_departure > > return method(node) > > File > > > "/usr/lib/python2.7/site-packages/docutils-0.11-py2.7.egg/docutils/writers/html4css1/__init__.py", > > > > line 1559, in depart_table > > self.compact_p = self.context.pop() > > IndexError: pop from empty list > > > > > > -- > > You received this message because you are subscribed to the Google > Groups > > "sphinx-users" group. > > To unsubscribe from this group and stop receiving emails from it, send > an > > email to [email protected] <javascript:>. > > To post to this group, send email to > > [email protected]<javascript:>. > > > Visit this group at http://groups.google.com/group/sphinx-users. > > For more options, visit https://groups.google.com/groups/opt_out. >
-- You received this message because you are subscribed to the Google Groups "sphinx-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/sphinx-users. For more options, visit https://groups.google.com/groups/opt_out.
