--- conf.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Index: conf.py =================================================================== --- conf.py.orig +++ conf.py @@ -124,7 +124,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 = {} @@ -143,7 +143,7 @@ html_static_path = ['_static'] #html_split_index = False # If true, the reST sources are included in the HTML build as _sources/. -#html_copy_source = True +html_copy_source = False # If true, an OpenSearch description file will be output, and all pages will # contain a tag referring to it. The value of this option must be the