#15649: Doc buliding fails with: DjangoHTMLTranslator instance has no attribute
'_table_row_index'
-------------------------------+--------------------------------------
Reporter: bmihelac | Owner: nobody
Type: Bug | Status: reopened
Component: Documentation | Version: 1.3
Severity: Normal | Resolution:
Keywords: | Triage Stage: Unreviewed
Has patch: 0 | Needs documentation: 0
Needs tests: 0 | Patch needs improvement: 0
Easy pickings: 0 | UI/UX: 0
-------------------------------+--------------------------------------
Changes (by Thijs Triemstra <lists@…>):
* status: closed => reopened
* type: Uncategorized => Bug
* version: SVN => 1.3
* resolution: invalid =>
Comment:
{{{
thijs@ubuntu:~$ cd Downloads/Django-1.3.1/docs/
thijs@ubuntu:~/Downloads/Django-1.3.1/docs$ make html
sphinx-build -b djangohtml -d _build/doctrees . _build/html
Making output directory...
Running Sphinx v1.1
loading pickled environment... not yet created
building [djangohtml]: targets for 205 source files that are out of date
updating environment: 205 added, 0 changed, 0 removed
reading sources... [100%] topics/testing
looking for now-outdated files... none found
pickling environment... done
checking consistency... done
preparing documents... done
writing output... [ 5%] howto/apache-auth
Exception occurred:
File "/usr/local/lib/python2.7/site-
packages/Sphinx-1.1-py2.7.egg/sphinx/writers/html.py", line 522, in
visit_row
self._table_row_index += 1
AttributeError: DjangoHTMLTranslator instance has no attribute
'_table_row_index'
The full traceback has been saved in /tmp/sphinx-err-vX7RVN.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
}}}
That's with Python 2.7.1/Django 1.3.1/Ubuntu 11.04/Sphinx 1.1.
--
Ticket URL: <https://code.djangoproject.com/ticket/15649#comment:7>
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 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-updates?hl=en.