commit | 552f9f7af5db1b31319f981258a7e2218dadc763 | [log] [tgz] |
---|---|---|
author | Jenkins <jenkins@review.openstack.org> | Fri Jun 10 13:08:26 2016 +0000 |
committer | Gerrit Code Review <review@openstack.org> | Fri Jun 10 13:08:27 2016 +0000 |
tree | 6c5a449fef8d58a258c8c660dce67fe52a13ecb3 | |
parent | e7a5630342569a9f665261947559d97b09c7a533 [diff] | |
parent | 44ca9edd3ba4e00e6fd1da54ccc8220b83e794b3 [diff] |
Merge "Disable SmartyPants for docs"
diff --git a/doc/source/conf.py b/doc/source/conf.py index 7e4503d..c2df0b6 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py
@@ -135,7 +135,7 @@ # 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 = {}