summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZuul <zuul@review.openstack.org>2018-03-29 03:31:29 +0000
committerGerrit Code Review <review@openstack.org>2018-03-29 03:31:30 +0000
commitaea284349f5efc64c645e4970de7774ff58cc77c (patch)
treeca770dcf5b5231e09d229849b5a4d31b0c0257b3
parent57b3d59fae74fd09c39050b4a5b688e5e219a7af (diff)
parent68b92745bf38133c5d96a8dbadb8c0d09af8c944 (diff)
downloadnova-aea284349f5efc64c645e4970de7774ff58cc77c.tar.gz
Merge "docs: Disable smartquotes" into stable/queens
-rw-r--r--doc/source/conf.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/source/conf.py b/doc/source/conf.py
index 37cbe24e3b..2d5ccc0d77 100644
--- a/doc/source/conf.py
+++ b/doc/source/conf.py
@@ -157,6 +157,10 @@ html_extra_path = ['_extra']
# using the given strftime format.
html_last_updated_fmt = '%Y-%m-%d %H:%M'
+# Disable smartquotes to ensure all quoted example config options can be copied
+# from the docs without later causing unicode errors within Nova.
+html_use_smartypants = False
+
# -- Options for LaTeX output -------------------------------------------------
# Grouping the document tree into LaTeX files. List of tuples