diff options
| author | Steve Piercy <web@stevepiercy.com> | 2018-06-20 06:30:06 -0700 |
|---|---|---|
| committer | Steve Piercy <web@stevepiercy.com> | 2018-06-20 06:30:06 -0700 |
| commit | 819732eaaaa1225f1af6d1902fbb5a7dc89a42bf (patch) | |
| tree | 6cc35c0da5e2d66328b78415385c91c2f785f3ed /docs/conf.py | |
| parent | ba301542b56d2ffd856faaffe8036262258e8f30 (diff) | |
| download | pyramid-819732eaaaa1225f1af6d1902fbb5a7dc89a42bf.tar.gz pyramid-819732eaaaa1225f1af6d1902fbb5a7dc89a42bf.tar.bz2 pyramid-819732eaaaa1225f1af6d1902fbb5a7dc89a42bf.zip | |
remove html_use_smartypants
- for good, now that we specify Sphinx minimum version of 1.7.4
Diffstat (limited to 'docs/conf.py')
| -rw-r--r-- | docs/conf.py | 2 |
1 files changed, 0 insertions, 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' |
