Metadata-Version: 1.2
Name: sphinx-last-updated-by-git
Version: 0.1.0
Summary: Get the "last updated" time for each Sphinx page from Git
Home-page: https://github.com/mgeier/sphinx-last-updated-by-git/
Author: Matthias Geier
Author-email: Matthias.Geier@gmail.com
License: BSD-2-Clause
Description: Get the "last updated" time for each Sphinx page from Git
        =========================================================
        
        This is a little Sphinx_ extension that does just that.
        
        It also checks for included files.
        
        If a page doesn't have a source file (or if Git is broken or whatever),
        its last_updated_ time is set to ``None``.
        
        The default value for html_last_updated_fmt_ is changed to the empty string.
        
        Usage
            #. Install the Python package ``sphinx-last-updated-by-git``
            #. Add ``sphinx_last_updated_by_git`` to ``extensions`` in your ``conf.py``
            #. Run Sphinx!
        
        License
            BSD-2-Clause (same as Sphinx itself),
            for more information take a look at the ``LICENSE`` file.
        
        Similar stuff
            | https://github.com/jdillard/sphinx-gitstamp
            | https://github.com/OddBloke/sphinx-git
        
        .. _Sphinx: https://www.sphinx-doc.org/
        .. _last_updated: https://www.sphinx-doc.org/en/master/
            templating.html#last_updated
        .. _html_last_updated_fmt: https://www.sphinx-doc.org/en/master/
            usage/configuration.html#confval-html_last_updated_fmt
        
Keywords: Sphinx,Git
Platform: any
Classifier: Framework :: Sphinx
Classifier: Framework :: Sphinx :: Extension
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Documentation :: Sphinx
Requires-Python: >=3.5
