freebsd-ports/textproc/py-sphinxcontrib-autoprogram/pkg-descr
Derek Schrock bc77667c96 textproc/py-sphinxcontrib-autoprogram: Update to 0.1.8
No functional changes.
Project is Python 3.7+ and now testing on 3.10 and 3.11

Changelog: https://github.com/sphinx-contrib/autoprogram/compare/0.1.7...0.1.8

PR:		269692
Approved by:	flo (mentor)
Differential Revision: https://reviews.freebsd.org/D38729
2023-02-24 09:51:23 +01:00

4 lines
219 B
Plaintext

This contrib extension, sphinxcontrib.autoprogram, provides an automated
way to document CLI programs. It scans argparse.ArgumentParser object,
and then expands it into a set of .. program:: and .. option:: directives.