See attached test file. Running this through sphinx v1.0 (html
builder), I get for the parameters of f(x):

Parameters: * x (test) - hello

however, I expect:

Parameters: * x (hello) - hello

It seems that |...| replacements no longer work in :type:
descriptions? (It used to work prior to version 1.0.)

Thanks,
Matthias

-- 
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.

.. |test| replace:: hello

|test|

.. function:: f(x)

   |test|

   :param x: |test|
   :type x: |test|

Reply via email to