Disable smartypants option

This commit disables the smartypants option of the document. We don't
need to convert quotes and dashes. And this commit also quotes the
--database-connection option. This should be better for the command
option description.

Change-Id: I79d3294eedf16085fa8c84d0ba203024cf80c181
This commit is contained in:
Masayuki Igawa 2017-06-26 11:25:34 +09:00
parent 20f1fb6f10
commit c2324a7d22
No known key found for this signature in database
GPG Key ID: 290F53EDC899BF89
2 changed files with 5 additions and 1 deletions

View File

@ -56,7 +56,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.

View File

@ -75,3 +75,7 @@ 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