Metadata-Version: 2.1
Name: sphinxcontrib-lastupdate
Version: 1.0
Summary: Sphinx lastupdate extension
Home-page: https://github.com/synthesio/sphinxcontrib-lastupdate
Author: Dejan Filipovic
Author-email: dfilipovic@synthesio.com
License: MIT
Download-URL: https://pypi.org/project/sphinxcontrib-lastupdate
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Documentation
Classifier: Topic :: Utilities
Requires-Dist: Sphinx

=========================
 sphinxcontrib-lastupdate
=========================

This package contains sphinxcontrb.lastupdate, to add a last update substitution for
Sphinx-based documentation.


Installation
============

1. ``pip install sphinxcontrib-lastupdate``

Configuration
=============

1. Add ``'sphinxcontrib.lastupdate'`` to the ``extensions`` list in ``conf.py``.

  ::

    extensions = [ 'sphinxcontrib.lastupdate' ]


Usage
=====

To insert last update modification of current file, use something like::

    :Lastupdate: |lastupdate|

History
=======

0.1
  First public release.


