This package contains sphinxcontrb.lastupdate, to add a last update substitution for Sphinx-based documentation.
pip install sphinxcontrib-lastupdate
- Add
'sphinxcontrib.lastupdate'
to theextensions
list inconf.py
.
extensions = [ 'sphinxcontrib.lastupdate' ]
To insert last update modification of current file, use something like:
:Lastupdate: |lastupdate|
- 1.1
- Update to support all type of files, like markdown.
- 1.0
- First public release.