diff options
| author | Steve Piercy <web@stevepiercy.com> | 2018-01-28 21:02:18 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-01-28 21:02:18 -0800 |
| commit | ecb294f8b8e6a3453e653b1e050d51a4c864f5d8 (patch) | |
| tree | 3783815b06fa7cf24c407452a1034114f477892d /docs | |
| parent | 1e37884916afd9e41993b792f888bfd6bc8d7562 (diff) | |
| parent | f1a5e2f6cb22cdf5f5559b86cd67107ff1984e2b (diff) | |
| download | pyramid-ecb294f8b8e6a3453e653b1e050d51a4c864f5d8.tar.gz pyramid-ecb294f8b8e6a3453e653b1e050d51a4c864f5d8.tar.bz2 pyramid-ecb294f8b8e6a3453e653b1e050d51a4c864f5d8.zip | |
Merge pull request #3224 from stevepiercy/master
Remove `html_use_smartypants` setting because RTD now uses Sphinx 1.6.5
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/conf.py | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/docs/conf.py b/docs/conf.py index 4e9c40297..3b2c0bf33 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -173,10 +173,6 @@ html_title = 'The Pyramid Web Framework v%s' % release # using the given strftime format. html_last_updated_fmt = '%b %d, %Y' -# If true, SmartyPants will be used to convert quotes and dashes to -# typographically correct entities. -html_use_smartypants = False # people use cutnpaste in some places - # Output file base name for HTML help builder. htmlhelp_basename = 'pyramid' |
