Metadata-Version: 2.4
Name: sphinx-intl
Version: 2.1.0
Summary: Sphinx utility that make it easy to translate and to apply translation.
Home-page: https://github.com/sphinx-doc/sphinx-intl
Author: Takayuki SHIMIZUKAWA
Author-email: shimizukawa@gmail.com
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console
Classifier: License :: OSI Approved :: BSD License
Classifier: Topic :: Documentation
Classifier: Topic :: Documentation :: Sphinx
Classifier: Topic :: Software Development
Classifier: Topic :: Software Development :: Documentation
Classifier: Topic :: Text Processing
Classifier: Topic :: Text Processing :: General
Classifier: Topic :: Utilities
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
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: Programming Language :: Python :: 3.12
Classifier: Framework :: Sphinx
Requires-Python: >=3.7
License-File: LICENSE
License-File: AUTHORS.rst
Requires-Dist: setuptools
Requires-Dist: click
Requires-Dist: babel
Requires-Dist: sphinx
Provides-Extra: test
Requires-Dist: pytest; extra == "test"
Requires-Dist: mock; extra == "test"
Requires-Dist: six; extra == "test"
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: home-page
Dynamic: license-file
Dynamic: provides-extra
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

===================================================
sphinx-intl: translation support utility for Sphinx
===================================================

``sphinx-intl`` is a utility tool that provides several features that make it
easy to translate and to apply translation to Sphinx_ generated document.
Optional: support the Transifex service for translation with Sphinx_ .

.. _Sphinx: http://sphinx-doc.org

.. image:: https://img.shields.io/readthedocs/sphinx-intl/master.svg
   :alt: Read the Docs (master)
   :target: http://sphinx-intl.rtfd.io/

.. image:: https://img.shields.io/pypi/v/sphinx-intl.svg
   :alt: PyPI
   :target: http://pypi.org/p/sphinx-intl

.. image:: https://img.shields.io/pypi/pyversions/sphinx-intl.svg
   :alt: PyPI - Python Version
   :target: http://pypi.org/p/sphinx-intl

.. image:: https://img.shields.io/github/license/sphinx-doc/sphinx-intl.svg
   :alt: License
   :target: https://github.com/sphinx-doc/sphinx-intl/blob/master/LICENSE

.. image:: https://github.com/sphinx-doc/sphinx-intl/actions/workflows/test.yml/badge.svg?branch=master
   :alt: GitHub Actions CI status
   :target: https://github.com/sphinx-doc/sphinx-intl/actions/workflows/test.yml

.. image:: https://img.shields.io/github/stars/sphinx-doc/sphinx-intl.svg?style=social&label=Stars
   :alt: GitHub stars
   :target: https://github.com/sphinx-doc/sphinx-intl

Documentation
=============

- http://sphinx-intl.rtfd.io/


License
=======
Licensed under the BSD license.


CHANGES
=======

See: https://sphinx-intl.readthedocs.io/en/master/changes.html
