Re: [Django] #15649: Doc buliding fails with: DjangoHTMLTranslator instance has no attribute '_table_row_index'

2012-02-14 Thread Django
#15649: Doc buliding fails with: DjangoHTMLTranslator instance has no attribute
'_table_row_index'
---+--
 Reporter:  bmihelac   |Owner:  nobody
 Type:  Bug|   Status:  closed
Component:  Documentation  |  Version:  1.3
 Severity:  Normal |   Resolution:  wontfix
 Keywords: | Triage Stage:  Unreviewed
Has patch:  0  |  Needs documentation:  0
  Needs tests:  0  |  Patch needs improvement:  0
Easy pickings:  0  |UI/UX:  0
---+--

Comment (by anonymous):

 You might want to consider to port the fix to 1.3.x since this occurs on
 CentOS/RHEL 6.2.

-- 
Ticket URL: 
Django 
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 django-updates@googlegroups.com.
To unsubscribe from this group, send email to 
django-updates+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en.



Re: [Django] #15649: Doc buliding fails with: DjangoHTMLTranslator instance has no attribute '_table_row_index'

2011-11-13 Thread Django
#15649: Doc buliding fails with: DjangoHTMLTranslator instance has no attribute
'_table_row_index'
---+--
 Reporter:  bmihelac   |Owner:  nobody
 Type:  Bug|   Status:  closed
Component:  Documentation  |  Version:  1.3
 Severity:  Normal |   Resolution:  wontfix
 Keywords: | Triage Stage:  Unreviewed
Has patch:  0  |  Needs documentation:  0
  Needs tests:  0  |  Patch needs improvement:  0
Easy pickings:  0  |UI/UX:  0
---+--

Comment (by aaugustin):

 #17177 was a duplicate.

-- 
Ticket URL: 
Django 
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 django-updates@googlegroups.com.
To unsubscribe from this group, send email to 
django-updates+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en.



Re: [Django] #15649: Doc buliding fails with: DjangoHTMLTranslator instance has no attribute '_table_row_index'

2011-10-23 Thread Django
#15649: Doc buliding fails with: DjangoHTMLTranslator instance has no attribute
'_table_row_index'
---+--
 Reporter:  bmihelac   |Owner:  nobody
 Type:  Bug|   Status:  closed
Component:  Documentation  |  Version:  1.3
 Severity:  Normal |   Resolution:  wontfix
 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 ramiro):

 * status:  reopened => closed
 * resolution:   => wontfix


Old 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

New 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

--

Comment:

 Please don't report different errors is the same ticket.

 There are two issues reported in this ticket:

 Fist, the

 {{{
 Exception occurred:
   File ".../sphinx/writers/html.py", line 522, in visit_row
 self._table_row_index += 1
 }}}

 error. It's triggered by a change between Sphinx 1.0.x and 1.1. We fixed
 (or rather worked around) it for our trunk docs in r16223 but we didn't
 backport it to the 1.3.x branch and now it's too late for us to change our
 custom HTML builder code in the 1.3.1 release tarball.

 Second, the
 {{{
 Exception occurred:
   File ".../sphinx/writers/html.py", line 120, in visit_desc_parameter
 self.body.append(self.param_separator)
 }}}

 error. This is a similar case: It also originates in a
 [https://bitbucket.org/birkenfeld/sphinx/changeset/5afc6092a568 change]
 introduced during the Sphinx 1.1 development cycle and in 1.0.8. We also
 had to workaround it (r16231) and didn't backport it to 1.3.x either.
 AFAICT is is a badly implemented change will try to open a ticket in
 Sphinx issue tracker so it is fixed for 1.1.x.

 In short: If you want to build the 1.3 or 1.3.1 Django docs use Sphinx
 1.0.7 or older.

-- 
Ticket URL: 
Django 
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 django-updates@googlegroups.com.
To unsubscribe from this group, send email to 
django-updates+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en.



Re: [Django] #15649: Doc buliding fails with: DjangoHTMLTranslator instance has no attribute '_table_row_index'

2011-10-23 Thread Django
#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 ):

 * 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 ,
 or report them in the tracker at
 . Thanks!
 make: *** [html] Error 1
 }}}

 That's with Python 2.7.1/Django 1.3.1/Ubuntu 11.04/Sphinx 1.1.

-- 
Ticket URL: 
Django 
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 django-updates@googlegroups.com.
To unsubscribe from this group, send email to 
django-updates+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en.



Re: [Django] #15649: Doc buliding fails with: DjangoHTMLTranslator instance has no attribute '_table_row_index'

2011-10-23 Thread Django
#15649: Doc buliding fails with: DjangoHTMLTranslator instance has no attribute
'_table_row_index'
---+--
 Reporter:  bmihelac   |Owner:  nobody
 Type:  Uncategorized  |   Status:  closed
Component:  Documentation  |  Version:  SVN
 Severity:  Normal |   Resolution:  invalid
 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 ):

 * cc: lists@… (added)


Comment:

 Also fails with Sphinx 1.1 (current stable version).

-- 
Ticket URL: 
Django 
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 django-updates@googlegroups.com.
To unsubscribe from this group, send email to 
django-updates+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en.



Re: [Django] #15649: Doc buliding fails with: DjangoHTMLTranslator instance has no attribute '_table_row_index'

2011-10-04 Thread Django
#15649: Doc buliding fails with: DjangoHTMLTranslator instance has no attribute
'_table_row_index'
---+--
 Reporter:  bmihelac   |Owner:  nobody
 Type:  Uncategorized  |   Status:  closed
Component:  Documentation  |  Version:  SVN
 Severity:  Normal |   Resolution:  invalid
 Keywords: | Triage Stage:  Unreviewed
Has patch:  0  |  Needs documentation:  0
  Needs tests:  0  |  Patch needs improvement:  0
Easy pickings:  0  |UI/UX:  0
---+--

Comment (by gavenkoa@…):

 I install from sources official Sphinx 1.0.8 to latest Cygwin distro and
 try build 'make html'.

 Note than lately I found Sphinx 1.0.7 package under Cygwin. With this
 version docs build work like a charm.

-- 
Ticket URL: 
Django 
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 django-updates@googlegroups.com.
To unsubscribe from this group, send email to 
django-updates+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en.



Re: [Django] #15649: Doc buliding fails with: DjangoHTMLTranslator instance has no attribute '_table_row_index'

2011-10-02 Thread Django
#15649: Doc buliding fails with: DjangoHTMLTranslator instance has no attribute
'_table_row_index'
---+--
 Reporter:  bmihelac   |Owner:  nobody
 Type:  Uncategorized  |   Status:  closed
Component:  Documentation  |  Version:  SVN
 Severity:  Normal |   Resolution:  invalid
 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 andreas_pelme):

 * status:  reopened => closed
 * resolution:   => invalid


Comment:

 This is an old bug for another version of Sphinx that you are reporting,
 is this the same problem? Can you provide more specific instructions and
 versions for how to reproduce this?

 I can successfully build the html documentation from the latest django
 trunk with Python 2.6.6, docutils 0.8.1, Sphinx 1.0.8, Jinja2 2.6,
 Pygments==1.4 on Mac OS X 10.7/Lion.

 Please open a new ticket with complete instructions for how to reproduce
 this, including platform, what versions of the libraries you are using.

-- 
Ticket URL: 
Django 
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 django-updates@googlegroups.com.
To unsubscribe from this group, send email to 
django-updates+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en.



Re: [Django] #15649: Doc buliding fails with: DjangoHTMLTranslator instance has no attribute '_table_row_index'

2011-09-28 Thread Django
#15649: Doc buliding fails with: DjangoHTMLTranslator instance has no attribute
'_table_row_index'
-+---
   Reporter:  bmihelac   |  Owner:  nobody
   Type:  Uncategorized  | Status:  reopened
  Milestone: |  Component:  Documentation
Version:  SVN|   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 gavenkoa@…):

 * status:  closed => reopened
 * severity:   => Normal
 * type:   => Uncategorized
 * easy:   => 0
 * ui_ux:   => 0
 * resolution:  invalid =>


Comment:

 $ make html
 sphinx-build -b djangohtml -d _build/doctrees   . _build/html
 Running Sphinx v1.0.8
 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... [  7%] howto/custom-management-commands
 Exception occurred:
   File "/usr/lib/python2.6/site-
 packages/Sphinx-1.0.8-py2.6.egg/sphinx/writers/html.py", line 120, in
 visit_desc_parameter
 self.body.append(self.param_separator)
 AttributeError: DjangoHTMLTranslator instance has no attribute
 'param_separator'

-- 
Ticket URL: 
Django 
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 django-updates@googlegroups.com.
To unsubscribe from this group, send email to 
django-updates+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en.



Re: [Django] #15649: Doc buliding fails with: DjangoHTMLTranslator instance has no attribute '_table_row_index'

2011-03-24 Thread Django
#15649: Doc buliding fails with: DjangoHTMLTranslator instance has no attribute
'_table_row_index'
-+--
   Reporter:  bmihelac   |Owner:  nobody
 Status:  closed |Milestone:
  Component:  Documentation  |  Version:  SVN
 Resolution:  invalid| Keywords:
   Triage Stage:  Unreviewed |Has patch:  0
Needs documentation:  0  |  Needs tests:  0
Patch needs improvement:  0  |
-+--
Changes (by bmihelac):

 * status:  new => closed
 * resolution:   => invalid


Comment:

 Yes, with Sphinx 1.0.7 it works. i'll mark it as invalid.

-- 
Ticket URL: 
Django 
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 django-updates@googlegroups.com.
To unsubscribe from this group, send email to 
django-updates+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en.



Re: [Django] #15649: Doc buliding fails with: DjangoHTMLTranslator instance has no attribute '_table_row_index'

2011-03-22 Thread Django
#15649: Doc buliding fails with: DjangoHTMLTranslator instance has no attribute
'_table_row_index'
-+--
   Reporter:  bmihelac   |Owner:  nobody
 Status:  new|Milestone:
  Component:  Documentation  |  Version:  SVN
 Resolution: | Keywords:
   Triage Stage:  Unreviewed |Has patch:  0
Needs documentation:  0  |  Needs tests:  0
Patch needs improvement:  0  |
-+--
Changes (by gabrielhurley):

 * needs_better_patch:   => 0
 * needs_tests:   => 0
 * needs_docs:   => 0


Comment:

 Can you test whether this error occurs under Sphinx 1.0.7 (the current
 stable release)? I can't reproduce this bug, and I suspect it has more to
 do with the pre-release version of Sphinx you've got there.

-- 
Ticket URL: 
Django 
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 django-updates@googlegroups.com.
To unsubscribe from this group, send email to 
django-updates+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en.



[Django] #15649: Doc buliding fails with: DjangoHTMLTranslator instance has no attribute '_table_row_index'

2011-03-20 Thread Django
#15649: Doc buliding fails with: DjangoHTMLTranslator instance has no attribute
'_table_row_index'
---+---
 Reporter:  bmihelac   | Owner:  nobody
   Status:  new| Milestone:
Component:  Documentation  |   Version:  SVN
 Keywords: |  Triage Stage:  Unreviewed
Has patch:  0  |
---+---
 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

-- 
Ticket URL: 
Django 
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 django-updates@googlegroups.com.
To unsubscribe from this group, send email to 
django-updates+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en.