Metadata-Version: 2.1
Name: sphinx-gha
Version: 0.1.1
Summary: Sphinx Extension for Documenting GitHub Actions
Author-email: Andrew Cassidy <drewcassidy@me.com>
Project-URL: Source, https://github.com/drewcassidy/sphinx-gha
Project-URL: Changelog, https://github.com/drewcassidy/sphinx-gha/blob/main/CHANGELOG.md
Project-URL: Docs, https://sphinx-gha.readthedocs.io/
Keywords: sphinx,github-actions
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Utilities
Classifier: Topic :: Documentation
Classifier: Topic :: Documentation :: Sphinx
Classifier: Framework :: Sphinx
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE.md
Requires-Dist: Sphinx>=7.4
Requires-Dist: ruamel.yaml>=0.18
Requires-Dist: myst-parser>=3.0
Requires-Dist: gitpython~=3.1.0
Provides-Extra: docs
Requires-Dist: sphinx-rtd-theme; extra == "docs"
Requires-Dist: sphinx-examples; extra == "docs"
Requires-Dist: sphinx-copybutton; extra == "docs"

# sphinx-gha
[![Documentation Status](https://readthedocs.org/projects/sphinx-gha/badge/?version=latest)](https://sphinx-gha.readthedocs.io/en/latest/?badge=latest)
[![build](https://github.com/drewcassidy/sphinx-gha/actions/workflows/build.yml/badge.svg)](https://github.com/drewcassidy/sphinx-gha/actions/workflows/build.yml)
[![PyPI version](https://badge.fury.io/py/sphinx-gha.svg)](https://pypi.org/project/sphinx-gha/)


Sphinx Extension for Documenting GitHub Actions
