From 3b8835af3c70bc23035189edf0bccdfe63bfd00a Mon Sep 17 00:00:00 2001 From: Andreas Plesner Jacobsen Date: Mon, 10 Oct 2011 22:56:34 +0200 Subject: [PATCH] Smartypants is bad for code. People couldn't copy/paste from the reference pages --- doc/sphinx/conf.py.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/sphinx/conf.py.in b/doc/sphinx/conf.py.in index 0b07a2ba79..5cef6663e3 100644 --- a/doc/sphinx/conf.py.in +++ b/doc/sphinx/conf.py.in @@ -155,7 +155,7 @@ html_title = "Varnish version @VERSION@ documentation" # If true, SmartyPants will be used to convert quotes and dashes to # typographically correct entities. -#html_use_smartypants = True +html_use_smartypants = False # Custom sidebar templates, maps document names to template names. #html_sidebars = {}