Hello,

I have such a thing:

.. productionlist::
   line: [`statement`] [`comment`]
   ...

and if I use Sphinx 0.6.5 (from the python svn) to build latex, it
builds cleanly:

\begin{productionlist}
\production{line}{ {[}\token{\code{statement}}{]} {[}\token{\code{comment}}{]}}
...

But with Sphinx 1.0.4 some undefined references get into the output:

\begin{productionlist}
\production{line}{
{[}{\hyperref[lang:grammar-token-statement]{\code{statement}}}{]}
{[}{\hyperref[lang:grammar-token-comment]{\code{comment}}}{]}}
...

Am I doing something wrong or is this a bug?

cheers
Marcin

-- 
You received this message because you are subscribed to the Google Groups 
"sphinx-dev" group.
To post to this group, send email to sphinx-...@googlegroups.com.
To unsubscribe from this group, send email to 
sphinx-dev+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/sphinx-dev?hl=en.

Reply via email to