On Wed, May 12, 2010 at 05:58:19PM -0400, Yarko Tymciurak wrote: > Hi - > > The current trunk seems to call in color_init() - specifically: > sphinx/cmdline.py, from sphinx/util/console.py.... which doesn't exist > (in console.py, or anywhere else I could find) > > Regards, > > - Yarko
>From the logs, the call to color_init() was inserted at the same time as a call to color_terminal was removed in sphinx/cmdline.py, but no change was made in the file sphinx/util/console.py where color_terminal is. Reverting to a call to color_terminal at least allows a build. -- Anita -- You received this message because you are subscribed to the Google Groups "sphinx-dev" 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/sphinx-dev?hl=en.
