Metadata-Version: 2.4
Name: sphinx-conf-locale
Version: 1.0.0
Summary: Adds internationalization 'conf.py ' for sphinx
Author-email: Ярыкин Евгений <pypi@zedzhen.ru>
License: The zlib/libpng License
        
        Copyright (c) 2026 Ярыкин Евгений
        
        This software is provided 'as-is', without any express or implied
        warranty. In no event will the authors be held liable for any damages
        arising from the use of this software.
        
        Permission is granted to anyone to use this software for any purpose,
        including commercial applications, and to alter it and redistribute it
        freely, subject to the following restrictions:
        
        1. The origin of this software must not be misrepresented; you must not
           claim that you wrote the original software. If you use this software
           in a product, an acknowledgement in the product documentation would be
           appreciated but is not required.
        2. Altered source versions must be plainly marked as such, and must not be
           misrepresented as being the original software.
        3. This notice may not be removed or altered from any source distribution.
        
Project-URL: source, https://github.com/zedzhen/sphinx-conf-locale
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: sphinx<10,>=8
Requires-Dist: babel~=2.17
Provides-Extra: dev
Requires-Dist: black~=26.5; extra == "dev"
Requires-Dist: isort~=8.0; extra == "dev"
Requires-Dist: build==1.5.*; extra == "dev"
Requires-Dist: pre-commit~=4.6; extra == "dev"
Dynamic: license-file

Adds internationalization 'conf.py ' for sphinx

## Install
```console
pip install sphinx-conf-locale
```

## Used

For extract messages
```console
sphinx-conf-locale DOCS_DIR BUILD_DIR
```

example
```console
sphinx-conf-locale docs _build
```

Use steps 4-6 of [the sphinx internationalization instructions](
https://www.sphinx-doc.org/en/master/usage/advanced/intl.html#quick-guide).
