]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-deploy.git/commitdiff
Disable smartypants
authorTravis Rhoden <trhoden@redhat.com>
Thu, 19 Mar 2015 19:20:14 +0000 (15:20 -0400)
committerTravis Rhoden <trhoden@redhat.com>
Thu, 19 Mar 2015 19:20:14 +0000 (15:20 -0400)
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 <trhoden@redhat.com>
docs/source/conf.py

index e81012bb5fa3125cee39dfbb6b1907855582c45e..b841234a292694637e33970b4224cafb0dd6e498 100644 (file)
@@ -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 = {}