diff --git a/README.rst b/README.rst index 3408f89..65afc24 100644 --- a/README.rst +++ b/README.rst @@ -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. diff --git a/doc/source/conf.py b/doc/source/conf.py index 72095ad..79b440a 100755 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -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