From 175f64287df20dc8a9616fe25bc5a5fa4b6fd3e8 Mon Sep 17 00:00:00 2001
From: Steve Piercy <web@stevepiercy.com>
Date: Wed, 20 Jun 2018 15:47:12 +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 3c6a462..24179e5 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -175,8 +175,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