[sphinx-dev] ERROR 1064 (42000)

2012-09-24 Thread Николай Измайлов
UPDATE rt_tovar SET tosh_prodavez_name = 'nekulin_prodavez' WHERE tosh_prodavez_id = 5; ERROR 1064 (42000): sphinxql: syntax error, unexpected QUOTED_STRING, expecting CONST_INT (or 3 other tokens) near ''nekulin_prodavez' WHERE tosh_prodavez_id = 5' -- You received this message because you

Re: [sphinx-dev] easy_install on MAC

2012-09-24 Thread Tawez
Maybe simpler way, just use: easy_install -U Sphinx -- Tawez On Sunday, September 23, 2012 6:54:23 PM UTC+2, gsavix wrote: have your tried easy_install ./Sphinx... ( ./ ) current directory ; try easy_install --help for other 2012/9/17, Sharad mail4...@gmail.com javascript:: I have

Re: [sphinx-dev] dvipng -bg Transparent not working(?)

2012-09-24 Thread Aivar Annamaa
Thanks, this works! Somebody should update the documentation at: http://sphinx.pocoo.org/latest/ext/math.html changing pngmath_dvipng_args = ['gamma', '1.5', '-D', '110', '-bg Transparent'] to pngmath_dvipng_args = ['gamma', '1.5', '-D', '110', '-bg', 'Transparent'] Aivar On Thursday,

[sphinx-dev] Re: extension which includes CSS

2012-09-24 Thread Guenter Milde
On 2012-09-23, Jake Vanderplas wrote: Hi, I'm attempting to build a sphinx extension for the inclusion of ipython notebooks, based on nbviewer [1]. I have a quick-and-dirty implementation that works in HTML by deriving from the raw directive [2]. Eventually I hope to write a better custom

Re: [sphinx-dev] Re: extension which includes CSS

2012-09-24 Thread Jake Vanderplas
Thanks Günter, I'd thought of that, but I'd prefer this to be as easy for users as possible: that is, they can just load the sphinx extension, and not have to modify their style sheet. Is there any way to modify what is within head/head without using a custom style sheet? Jake On Mon, Sep 24,

[sphinx-dev] Re: extension which includes CSS

2012-09-24 Thread Guenter Milde
On 2012-09-24, Jake Vanderplas wrote: Thanks Günter, I'd thought of that, but I'd prefer this to be as easy for users as possible: that is, they can just load the sphinx extension, and not have to modify their style sheet. Is there any way to modify what is within head/head without using a