Disable Sphinx SmartyPants in HTML output
authorStephen Kitt <steve@sk2.org>
Fri, 28 Jun 2019 18:38:41 +0000 (20:38 +0200)
committerJonathan Corbet <corbet@lwn.net>
Sun, 30 Jun 2019 21:30:34 +0000 (15:30 -0600)
commit7282a93f4df586cac84a81c37f38cccec2e1d8bb
tree5518a29a135076018cc3b218e8b0afc9015d7633
parentacb6258acc4fbb76449eec6d0c7ca25254671e31
Disable Sphinx SmartyPants in HTML output

The handling of dashes in particular results in confusing
documentation in a number of instances, since "--" becomes an
en-dash. This disables SmartyPants wholesale, losing smart quotes
along with smart dashes.

With Sphinx 1.6 we could fine-tune the conversion, using the new
smartquotes and smartquotes_action settings.

Signed-off-by: Stephen Kitt <steve@sk2.org>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Documentation/conf.py