Metadata-Version: 2.4
Name: sphinxnotes-recentupdate
Version: 1.1
Summary: Get the document update information from git and display it in Sphinx documentation
Author: Shengyu Zhang
Maintainer: Shengyu Zhang
License-Expression: BSD-3-Clause
Project-URL: homepage, https://sphinx.silverrainz.me/recentupdate
Project-URL: documentation, https://sphinx.silverrainz.me/recentupdate
Project-URL: repository, https://github.com/sphinx-notes/recentupdate
Project-URL: changelog, https://sphinx.silverrainz.me/recentupdate/changelog.html
Project-URL: tracker, https://github.com/sphinx-notes/recentupdate/issues
Keywords: sphinx,extension,documentation,sphinxnotes
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Plugins
Classifier: Framework :: Sphinx
Classifier: Framework :: Sphinx :: Extension
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Documentation
Classifier: Topic :: Documentation :: Sphinx
Requires-Python: >=3.12
Description-Content-Type: text/x-rst
License-File: LICENSE
Requires-Dist: Sphinx>=7.0
Requires-Dist: GitPython
Requires-Dist: Jinja2
Provides-Extra: dev
Requires-Dist: build; extra == "dev"
Requires-Dist: twine; extra == "dev"
Requires-Dist: cruft; extra == "dev"
Requires-Dist: ruff>=0.11.10; extra == "dev"
Requires-Dist: pre-commit; extra == "dev"
Provides-Extra: test
Requires-Dist: pytest; extra == "test"
Provides-Extra: docs
Requires-Dist: furo; extra == "docs"
Requires-Dist: sphinx_design; extra == "docs"
Requires-Dist: sphinx_copybutton; extra == "docs"
Requires-Dist: sphinxcontrib-gtagjs; extra == "docs"
Requires-Dist: sphinx-sitemap; extra == "docs"
Requires-Dist: sphinxext-opengraph; extra == "docs"
Requires-Dist: sphinx-last-updated-by-git; extra == "docs"
Requires-Dist: sphinxnotes-project; extra == "docs"
Requires-Dist: sphinxnotes-comboroles; extra == "docs"
Dynamic: license-file

.. This file is generated from sphinx-notes/cookiecutter.
   You need to consider modifying the TEMPLATE or modifying THIS FILE.

========================
sphinxnotes-recentupdate
========================

.. |docs| image:: https://img.shields.io/github/deployments/sphinx-notes/recentupdate/github-pages
   :target: https://sphinx.silverrainz.me/recentupdate
   :alt: Documentation Status
.. |license| image:: https://img.shields.io/github/license/sphinx-notes/recentupdate
   :target: https://github.com/sphinx-notes/recentupdate/blob/master/LICENSE
   :alt: Open Source License
.. |pypi| image:: https://img.shields.io/pypi/v/sphinxnotes-recentupdate.svg
   :target: https://pypi.python.org/pypi/sphinxnotes-recentupdate
   :alt: PyPI Package
.. |download| image:: https://img.shields.io/pypi/dm/sphinxnotes-recentupdate
   :target: https://pypistats.org/packages/sphinxnotes-recentupdate
   :alt: PyPI Package Downloads

|docs| |license| |pypi| |download|

Get the document update information from git and display it in Sphinx documentation.

.. INTRODUCTION START 
   (MUST written in standard reStructuredText, without Sphinx stuff)

.. INTRODUCTION END

Please refer to Documentation_ for more details.

.. _Documentation: https://sphinx.silverrainz.me/recentupdate
