

Installation
------------

This extension is tested on python 2.7. If you have successfully used it on any other version
of python, then add this info to this doc please (through gihtub pull reuqest).

Package is  available in the Python Package Index::

    pip install sphinx-argparse

Enable extension in your sphinx config::

    extensions += ['sphinxarg.ext']
