diff options
| author | Steve Piercy <web@stevepiercy.com> | 2018-06-28 00:15:31 -0700 |
|---|---|---|
| committer | Steve Piercy <web@stevepiercy.com> | 2018-06-28 00:15:31 -0700 |
| commit | a2184a28337fe17d726cfd79e4dc4248c886b350 (patch) | |
| tree | 99875197e0b5b25327c78dc3ba191fa5c795a910 /docs | |
| parent | 6c5cc171ef01b8667bf9119c34818a8304ab66f5 (diff) | |
| download | webob-a2184a28337fe17d726cfd79e4dc4248c886b350.tar.gz | |
Bump Sphinx to 1.7.5 and disabled typographical quote conversion.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/conf.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/conf.py b/docs/conf.py index 97d6e96..914d0f9 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -58,6 +58,8 @@ html_static_path = ['_static'] htmlhelp_basename = 'WebObdoc' +smartquotes=False + # -- Options for LaTeX output --------------------------------------------- latex_elements = { |
