[sphinx-dev] Is doctest supported in sphinx-build

2012-04-22 Thread Peng Yu
Hi, I don't see doctest supported in http://sphinx.pocoo.org/man/sphinx-build.html?highlight=command%20line But I see doctest in sphinx-quickstart generated Makefile. It seems that sphinx-build support doctest. I'm wondering why it is not documented. ~$ make Please use `make target' where

[sphinx-dev] Undefined references for glossary entries with multiple voices

2012-04-22 Thread Roberto Bagnara
The new glossary feature whereby it is possible to have one explanation for multiple voices is really great. There seems to be one remaining problem in that an anchor seems to be provided only for the first voice. For example, suppose we have: morpheme morphemes In linguistics, a

Re: [sphinx-dev] How do I use output a config value in my .rst files?

2012-04-22 Thread Doug Hellmann
Hi, Matt, I don't think there is a way to spit out the value of the variable in core Sphinx (though that would be useful). In your case, you probably want to build a custom role processor (http://www.doughellmann.com/articles/how-tos/sphinx-custom-roles/index.html). Then you could include

[sphinx-dev] Re: list-table, header has extra new line

2012-04-22 Thread Guenter Milde
On 2012-04-19, helix wrote: Hi folks, when I use a list-table to generate a table that has headers with line blocks, a blank line seems to be added. If you look at the HTML source, you will realize that there is no blank line. Instead, the line block is wrapped in a div element: th

Re: [sphinx-dev] How do I use output a config value in my .rst files?

2012-04-22 Thread TP
On Sun, Apr 22, 2012 at 6:14 AM, Doug Hellmann doug.hellm...@gmail.com wrote: In your case, you probably want to build a custom role processor Or perhaps use the standard sphinx.ext.extlinks extension [1]. [1] http://sphinx.pocoo.org/ext/extlinks.html -- You received this message because you