Metadata-Version: 2.1
Name: sphinx-ansible-ext
Version: 0.1.0
Summary: Sphinx documentation Ansible directives and yaml2rst
Author-email: Julien Lecomte <julien@lecomte.at>
License: MIT
Project-URL: Homepage, https://gitlab.com/twiddle-z/sphinx-ansible-ext
Project-URL: Documentation, https://gitlab.com/twiddle-z/sphinx-ansible-ext
Project-URL: Source code, https://gitlab.com/twiddle-z/sphinx-ansible-ext
Project-URL: Bug tracker, https://gitlab.com/twiddle-z/sphinx-ansible-ext/-/issues
Classifier: License :: OSI Approved :: MIT License
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: antsibull-docs
Requires-Dist: yaml2rst
Provides-Extra: dev

[![license](https://img.shields.io/badge/license-MIT-brightgreen)](https://spdx.org/licenses/MIT.html)
[![pipelines](https://gitlab.com/twiddle-z/sphinx-ansible-ext/badges/master/pipeline.svg)](https://gitlab.com/twiddle-z/sphinx-ansible-ext/pipelines)
[![coverage](https://gitlab.com/twiddle-z/sphinx-ansible-ext/badges/master/coverage.svg)](https://gitlab.com/twiddle-z/sphinx-ansible-ext/coverage/index.html)

# Sphinx Ansible extension

Sphinx documentation Ansible directives and yaml2rst


## Installation

You can install the latest version from PyPI package repository.

~~~bash
python3 -mpip install -U sphinx-ansible-ext
~~~


## Usage

TODO

## License

This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.


## Locations

  * Documentation: [https://gitlab.com/twiddle-z/sphinx-ansible-ext](https://gitlab.com/twiddle-z/sphinx-ansible-ext)
  * Website: [https://gitlab.com/twiddle-z/sphinx-ansible-ext](https://gitlab.com/twiddle-z/sphinx-ansible-ext)
  * PyPi: [https://pypi.org/project/sphinx-ansible-ext](https://pypi.org/project/sphinx-ansible-ext)
