Opened 14 years ago
Last modified 13 years ago
#15649 closed
Doc buliding fails with: DjangoHTMLTranslator instance has no attribute '_table_row_index' — at Initial Version
Reported by: | bmihelac | Owned by: | nobody |
---|---|---|---|
Component: | Documentation | Version: | 1.3 |
Severity: | Normal | Keywords: | |
Cc: | lists@… | Triage Stage: | Unreviewed |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
When trying to make documentation with make html, following exception is raised:
Exception occurred: File "/Users/bmihelac/dev/django/src/sphinx/sphinx/writers/html.py", line 523, in visit_row self._table_row_index += 1 AttributeError: DjangoHTMLTranslator instance has no attribute '_table_row_index'
# Sphinx version: 1.1pre/ce4bb37a1409
# Python version: 2.6.6
# Docutils version: 0.7 release
# Jinja2 version: 2.5
Note:
See TracTickets
for help on using tickets.