This sphinx extension provides some directives to typeset theorems, properties, proofs, etc. You can see it in action in Jouets' documentation.
See changelog.
This module is compatible with python 3 only.
See the end of list for a (quick and dirty) Debian package.
From sources:
Install (in a virtualenv, if you do not want to mess with your distribution installation system):
python3 setup.py install
From pip:
pip install sphinxcontrib-proof
Quick and dirty Debian (and Ubuntu?) package
This requires stdeb to be installed:
python3 setup.py --command-packages=stdeb.command bdist_deb sudo dpkg -i deb_dist/python3-sphinxcontrib-proof-<VERSION>_all.deb
The documentation is available on readthedocs. You can build it using:
cd doc && make html