On 2012-06-28, Kevin Hunter wrote:
> Hi Sphinx Group,

> I'm trying to show an inline code example of a triple single quote. 
> I've tried a number of iterations, but can't seem to find the magic 
> incantation.  Here's some of what I've tried so far:


> ReST input                  Output
> ----------                  ------
> ``'''``                      "'
> ``\'''``,                    \"'
> ``'\''``,                    '\",
> ``''\'``,                    "\',
> ``'``\ ``'``\ ``'``          '''

It seems like the "beautifier" uses typographic quotes ('' -> “) even in
inline literals. This is either some setup problem at your site or a
Sphinx bug. Try to disable the quote conversion.


Günter

-- 
You received this message because you are subscribed to the Google Groups 
"sphinx-dev" group.
To post to this group, send email to sphinx-dev@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