Metadata-Version: 2.4
Name: sphinx-callouts
Version: 0.1.0
Summary: Sphinx Callouts
Author-email: Jared Dillard <jared.dillard@gmail.com>
Maintainer-email: Jared Dillard <jared.dillard@gmail.com>
License: MIT
Project-URL: download, https://pypi.org/project/sphinx-callouts/
Project-URL: source, https://github.com/jdillard/sphinx-callouts
Project-URL: changelog, https://github.com/jdillard/sphinx-callouts/blob/master/CHANGELOG.rst
Classifier: Framework :: Sphinx :: Extension
Classifier: License :: OSI Approved :: MIT License
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: Topic :: Documentation :: Sphinx
Description-Content-Type: text/markdown
License-File: LICENSE
Provides-Extra: dev
Requires-Dist: pytest>=7.0.0; extra == "dev"
Requires-Dist: black; extra == "dev"
Requires-Dist: flake8; extra == "dev"
Requires-Dist: mypy; extra == "dev"
Requires-Dist: isort; extra == "dev"
Requires-Dist: pre-commit; extra == "dev"
Requires-Dist: sphinx; extra == "dev"
Provides-Extra: test
Requires-Dist: pytest>=7.0.0; extra == "test"
Dynamic: license-file

# Sphinx Callouts

A Sphinx extension that adds support for callouts.

[![PyPI version](https://img.shields.io/pypi/v/sphinx-callouts.svg)](https://pypi.python.org/pypi/sphinx-callouts)
[![Downloads](https://static.pepy.tech/badge/sphinx-callouts/month)](https://pepy.tech/project/sphinx-callouts)
[![Parallel Safe](https://img.shields.io/badge/parallel%20safe-true-brightgreen)](#)

## Documentation

See [sphinx-callouts documentation](https://sphinx-callouts.readthedocs.io/en/latest/index.html) for installation and configuration instructions.

## Contributing

Pull Requests welcome! See [Contributing](https://sphinx-callouts.readthedocs.io/en/latest/contributing.html) for instructions on how best to contribute.

## License

Apache-2.0 - see LICENSE file for details.

Code adapted from [https://github.com/ray-project/ray/](https://github.com/ray-project/ray/blob/master/doc/source/_ext/callouts.py) (Apache-2.0 License)
