diff --git a/doc/source/conf.py b/doc/source/conf.py index 45a8546..17a0271 100755 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -58,6 +58,10 @@ pygments_style = 'sphinx' # html_theme = '_theme' # html_static_path = ['static'] +# If true, SmartyPants will be used to convert quotes and dashes to +# typographically correct entities. +html_use_smartypants = False + # Output file base name for HTML help builder. htmlhelp_basename = '%sdoc' % project diff --git a/doc/source/ostestr.rst b/doc/source/ostestr.rst index b179074..7d8b1cf 100644 --- a/doc/source/ostestr.rst +++ b/doc/source/ostestr.rst @@ -217,13 +217,14 @@ Notes for running with tox -------------------------- If you use `tox`_ for running your tests and call ostestr as the test command -.. _tox: https://tox.readthedocs.org/en/latest/ it's recommended that you set a posargs following ostestr on the commands - stanza. For example:: +stanza. For example:: [testenv] commands = ostestr {posargs} +.. _tox: https://tox.readthedocs.org/en/latest/ + this will enable end users to pass args to configure the output, use the selection logic, or any other options directly from the tox cli. This will let tox take care of the venv management and the environment separation but enable