From ed60f8d419836110a47cab26d53f344bfa8b565c Mon Sep 17 00:00:00 2001
From: Steve Piercy <web@stevepiercy.com>
Date: Wed, 20 Jun 2018 15:48:11 +0200
Subject: [PATCH] remove html_use_smartypants - for good, now that we specify Sphinx minimum version of 1.7.4

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

diff --git a/docs/conf.py b/docs/conf.py
index 3a76926..ef93a61 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -173,8 +173,6 @@
 
 # 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