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:
parent
26f0f83487
commit
854f568830
@ -81,7 +81,3 @@ latex_documents = [
|
|||||||
|
|
||||||
# Example configuration for intersphinx: refer to the Python standard library.
|
# Example configuration for intersphinx: refer to the Python standard library.
|
||||||
#intersphinx_mapping = {'http://docs.python.org/': None}
|
#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
|
|
||||||
|
@ -33,7 +33,7 @@ There are several options for running coverage2sql, they can be listed with::
|
|||||||
|
|
||||||
coverage2sql --help
|
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
|
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.
|
specify the location on the CLI.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user