From 819732eaaaa1225f1af6d1902fbb5a7dc89a42bf Mon Sep 17 00:00:00 2001 From: Steve Piercy Date: Wed, 20 Jun 2018 06:30:06 -0700 Subject: remove html_use_smartypants - for good, now that we specify Sphinx minimum version of 1.7.4 --- docs/conf.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 80585b336..075345d8c 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -171,8 +171,6 @@ 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' -- cgit v1.2.3