From: Travis Rhoden Date: Thu, 19 Mar 2015 19:20:14 +0000 (-0400) Subject: Disable smartypants X-Git-Tag: v1.5.23~9^2~4 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=eec4c3555385d76990b7707d005575c1f309405e;p=ceph-deploy.git Disable smartypants It was causing us to do funny things to work around wanting to display double-dashes. More trouble than it is worth - just disable it. Signed-off-by: Travis Rhoden --- diff --git a/docs/source/conf.py b/docs/source/conf.py index e81012b..b841234 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -145,7 +145,7 @@ html_static_path = ['_static'] # 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 = {}