On Tuesday 16 March 2010 10:58:38 E.R. Uber wrote: > When discussing long command line options like > > --version > > they seem to be rendered in HTML with a single hyphen as in > > -version > > In source code markup they are rendered as desired (--version). > > What is the trick to get them to be rendered with a double hyphen?
You are probably having it "fixed" by smartypants. You could disable it using the option html_use_smartypants=False in your conf.py -- 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.
