Fix deprecated warning about use_html_smartypants config

This commit fixes the deprecated warning about 'use_html_smartypants'
config. We actually don't need to use it because when we quote command
line options, the conversion doesn't happen. So, this commit just
removes the config, and quotes the '--database-connection' option.

Change-Id: Ib1470e5f6febd08a9757a8773076faf3e9cd0eab
This commit is contained in:
Masayuki Igawa 2017-06-29 12:25:06 +09:00
parent 26f0f83487
commit 854f568830
No known key found for this signature in database
GPG Key ID: 290F53EDC899BF89
2 changed files with 1 additions and 5 deletions

View File

@ -81,7 +81,3 @@ latex_documents = [
# Example configuration for intersphinx: refer to the Python standard library.
#intersphinx_mapping = {'http://docs.python.org/': None}
# If true, SmartyPants will be used to convert quotes and dashes to
# typographically correct entities.
html_use_smartypants = False

View File

@ -33,7 +33,7 @@ There are several options for running coverage2sql, they can be listed with::
coverage2sql --help
The only required option is --database-connection. The options can either be
The only required option is ``--database-connection``. The options can either be
used on the CLI, or put in a config file. If a config file is used you need to
specify the location on the CLI.