Metadata-Version: 2.1
Name: sphinx-sitemap
Version: 2.5.1
Summary: Sitemap generator for Sphinx
Author-email: Jared Dillard <jared.dillard@gmail.com>
Maintainer-email: Jared Dillard <jared.dillard@gmail.com>
License: MIT
Project-URL: documentation, https://sphinx-sitemap.readthedocs.io/en/latest/index.html
Project-URL: download, https://pypi.org/project/sphinx-sitemap/
Project-URL: source, https://github.com/jdillard/sphinx-sitemap
Project-URL: changelog, https://github.com/jdillard/sphinx-sitemap/blob/master/CHANGELOG.rst
Classifier: License :: OSI Approved :: MIT License
Classifier: Topic :: Documentation :: Sphinx
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Framework :: Sphinx :: Extension
Description-Content-Type: text/x-rst
License-File: LICENSE

Sphinx Sitemap Generator Extension
==================================

A `Sphinx`_ extension to generate multiversion and multilanguage
`sitemaps.org`_ compliant sitemaps for the HTML version of your Sphinx
documentation.

| |PyPI version| |Conda Forge| |Downloads| |Parallel Safe|
| |Code style: Black| |Docs Build| |CI Workflow|

Documentation
-------------

See `sphinx-sitemap documentation`_ for installation and configuration instructions.

Contributing
------------

Pull Requests welcome! See `Contributing`_ for instructions on how best to contribute.

License
-------

**sphinx-sitemap** is made available under a **MIT license**; see `LICENSE`_ for
details.

Originally based on the sitemap generator in the `guzzle_sphinx_theme`_ project,
also licensed under the MIT license.

.. _Contributing: https://sphinx-sitemap.readthedocs.io/en/latest/contributing.html
.. _guzzle_sphinx_theme: https://github.com/guzzle/guzzle_sphinx_theme
.. _LICENSE: LICENSE
.. _Sphinx: http://sphinx-doc.org/
.. _sitemaps.org: https://www.sitemaps.org/protocol.html
.. _sphinx-sitemap documentation: https://sphinx-sitemap.readthedocs.io/en/latest/index.html

.. |PyPI version| image:: https://img.shields.io/pypi/v/sphinx-sitemap.svg
   :target: https://pypi.python.org/pypi/sphinx-sitemap
.. |Conda Forge| image:: https://img.shields.io/conda/vn/conda-forge/sphinx-sitemap.svg
   :target: https://anaconda.org/conda-forge/sphinx-sitemap
.. |Downloads| image:: https://pepy.tech/badge/sphinx-sitemap/month
    :target: https://pepy.tech/project/sphinx-sitemap
.. |Code style: Black| image:: https://img.shields.io/badge/code%20style-black-000000.svg
   :target: https://github.com/psf/black
.. |Parallel Safe| image:: https://img.shields.io/badge/parallel%20safe-true-brightgreen
   :target: #
.. |Docs Build| image:: https://readthedocs.org/projects/sphinx-sitemap/badge/?version=latest
   :target: https://sphinx-sitemap.readthedocs.io/en/latest/?badge=latest
   :alt: Documentation Status
.. |CI Workflow| image:: https://github.com/jdillard/sphinx-sitemap/actions/workflows/continuous-integration.yml/badge.svg
   :target: https://github.com/jdillard/sphinx-sitemap/actions/workflows/continuous-integration.yml
