diff options
| author | Steve Piercy <web@stevepiercy.com> | 2018-06-20 06:41:04 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-06-20 06:41:04 -0700 |
| commit | a00449095ea26a147299e8c001310325cf81fbb5 (patch) | |
| tree | 6cc35c0da5e2d66328b78415385c91c2f785f3ed | |
| parent | ba301542b56d2ffd856faaffe8036262258e8f30 (diff) | |
| parent | 819732eaaaa1225f1af6d1902fbb5a7dc89a42bf (diff) | |
| download | pyramid-a00449095ea26a147299e8c001310325cf81fbb5.tar.gz pyramid-a00449095ea26a147299e8c001310325cf81fbb5.tar.bz2 pyramid-a00449095ea26a147299e8c001310325cf81fbb5.zip | |
Merge pull request #3304 from stevepiercy/master
remove html_use_smartypants
| -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' |
