[sphinx-dev] Re: The right way to use a custom latex stylesheet in place sphinx.sty

2009-06-29 Thread Chip Webber
Wolfram, Thanks for the help. That's exactly what I was looking for. -Chip Wolfram Riedel wrote: Hi. On Jun 26, 8:28 pm, chip chipweb...@gmail.com wrote: I made some tweaks to the latex stylesheet sphinx.sty and I am trying to determine the right way to handle these changes. Of

[sphinx-dev] Generating more than one html file from a single rst file

2009-06-29 Thread Ken Basye
Hi Folks, I'm still an early user of Sphinx, and I have a pretty basic question. Is there a way to get Sphinx to generate multiple HTML files from one reST file? For example, I have a reST file with several (like 11) automodule directives. This results in a page that's too long for our

[sphinx-dev] ifconfig variable setup

2009-06-29 Thread Stéfan van der Walt
Hi all, I experimented with the ifconfig extension, and it looks like, in order to create a new variable, you need to do the following in conf.py: myvar = 1 def setup(app): app.add_config_value('myvar', myvar, True) If I leave out the first or the second definitions of myvar, then Sphinx

[sphinx-dev] Re: The right way to use a custom latex stylesheet in place sphinx.sty

2009-06-29 Thread Guenter Milde
On 2009-06-26, Wolfram Riedel wrote: On Jun 26, 8:28 pm, chip chipweb...@gmail.com wrote: I made some tweaks to the latex stylesheet sphinx.sty and I am trying to determine the right way to handle these changes.  Of course I can keep the modified sphinx.sty in my installation, but it seems

[sphinx-dev] trouble setting latex_documents option from command-line

2009-06-29 Thread Chip Webber
Guys, I'm having a trouble setting the latex_documents option from the sphinx-build command line. I have no problems setting other options, but I can't get sphinx-build to parse the list of tuples correctly. It is recognizing the list as a string, removing the quotes causes a whole new set

[sphinx-dev] Re: Converting an arbitrary node to an image node at visit-time

2009-06-29 Thread Leandro Lucarella
Leandro Lucarella, el 28 de junio a las 02:18 me escribiste: David Goodger, el 27 de junio a las 17:52 me escribiste: On Fri, Jun 26, 2009 at 20:37, Leandro Lucarellallu...@gmail.com wrote: Sounds fair, but I need to know what writer will be used when doing the transformation. Is that