InstallationΒΆ

This extension is tested on python 2.7 and 3.3+.

The package is available in the Python Package Index:

pip install sphinx-argparse

And also in conda-forge:

mamba -c conda-forge install sphinx-argparse

Enable the extension in your sphinx config:

extensions += ['sphinxarg.ext']