From 433f1fa290850d50415b362ef95262d5abee92f6 Mon Sep 17 00:00:00 2001
From: Steve Piercy <web@stevepiercy.com>
Date: Tue, 13 Mar 2018 13:25:14 +0100
Subject: [PATCH] attempt to fix smart quotes - Testing whether the version of Sphinx on RTD removes smart quotes. See http://www.sphinx-doc.org/en/stable/config.html#confval-smartquotes

---
 docs/conf.py |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/docs/conf.py b/docs/conf.py
index bef4daa..3a76926 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -171,6 +171,11 @@
 # using the given strftime format.
 html_last_updated_fmt = '%b %d, %Y'
 
+# Do not use smart quotes.
+smartquotes = False
+# Remove next line when RTD goes to Sphinx==1.6.6
+html_use_smartypants = False
+
 # Output file base name for HTML help builder.
 htmlhelp_basename = 'pyramid'
 

--
Gitblit v1.9.3