diff --git a/README.rst b/README.rst index 4c2996e1..f7fb4fd9 100644 --- a/README.rst +++ b/README.rst @@ -56,3 +56,11 @@ confidence in the Jenkins result), please execute the following command:: After running ``tox``, the documentation will be available for viewing in HTML format in the ``doc/build/`` directory. + +To quickly preview just the rst syntax rendering (without Sphinx features) +of a single spec file execute the following command:: + + $ tox -evenv rst2html.py + +and open ```` in your browser. +Running full ``tox`` is still advised before submitting your patch.