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:
parent
20f1fb6f10
commit
c2324a7d22
@ -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.
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user