#23044: Missing page
-------------------------------------+------------------------------------
     Reporter:  anonymous            |                    Owner:  nobody
         Type:  Bug                  |                   Status:  new
    Component:  *.djangoproject.com  |                  Version:  master
     Severity:  Normal               |               Resolution:
     Keywords:                       |             Triage Stage:  Accepted
    Has patch:  0                    |      Needs documentation:  0
  Needs tests:  0                    |  Patch needs improvement:  0
Easy pickings:  0                    |                    UI/UX:  0
-------------------------------------+------------------------------------

Comment (by bmispelon):

 This might be caused by a bug in sphinx.

 Building the documentation locally for the `1.3` branch yields this
 traceback:
 {{{
 # Sphinx version: 1.2.2
 # Python version: 3.4.1
 # Docutils version: 0.12 release
 # Jinja2 version: 2.7.3
 # Loaded extensions:
 #   djangodocs from django/docs/_ext/djangodocs.py
 #   sphinx.ext.oldcmarkup from /usr/lib/python3.4/site-
 packages/sphinx/ext/oldcmarkup.py
 Traceback (most recent call last):
   File "/usr/lib/python3.4/site-packages/sphinx/cmdline.py", line 254, in
 main
     app.build(force_all, filenames)
   File "/usr/lib/python3.4/site-packages/sphinx/application.py", line 212,
 in build
     self.builder.build_update()
   File "/usr/lib/python3.4/site-packages/sphinx/builders/__init__.py",
 line 214, in build_update
     'out of date' % len(to_build))
   File "/usr/lib/python3.4/site-packages/sphinx/builders/__init__.py",
 line 276, in build
     self.write(docnames, list(updated_docnames), method)
   File "/usr/lib/python3.4/site-packages/sphinx/builders/__init__.py",
 line 320, in write
     self._write_serial(sorted(docnames), warnings)
   File "/usr/lib/python3.4/site-packages/sphinx/builders/__init__.py",
 line 333, in _write_serial
     self.write_doc(docname, doctree)
   File "/usr/lib/python3.4/site-packages/sphinx/builders/html.py", line
 433, in write_doc
     self.docwriter.write(doctree, destination)
   File "/usr/lib/python3.4/site-packages/docutils/writers/__init__.py",
 line 80, in write
     self.translate()
   File "/usr/lib/python3.4/site-packages/sphinx/writers/html.py", line 51,
 in translate
     self.document.walkabout(visitor)
   File "/usr/lib/python3.4/site-packages/docutils/nodes.py", line 174, in
 walkabout
     if child.walkabout(visitor):
   File "/usr/lib/python3.4/site-packages/docutils/nodes.py", line 174, in
 walkabout
     if child.walkabout(visitor):
   File "/usr/lib/python3.4/site-packages/docutils/nodes.py", line 174, in
 walkabout
     if child.walkabout(visitor):
   File "/usr/lib/python3.4/site-packages/docutils/nodes.py", line 187, in
 walkabout
     visitor.dispatch_departure(self)
   File "/usr/lib/python3.4/site-packages/docutils/nodes.py", line 1895, in
 dispatch_departure
     return method(node)
   File "/usr/lib/python3.4/site-
 packages/docutils/writers/html4css1/__init__.py", line 1561, in
 depart_table
     self.compact_p = self.context.pop()
 IndexError: pop from empty list

 }}}

-- 
Ticket URL: <https://code.djangoproject.com/ticket/23044#comment:2>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" 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].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/067.06dbc7bebcbe1be1adaa738f9013177d%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to