Metadata-Version: 2.4
Name: sphinx-gptheme
Version: 0.0.1a3
Summary: Furo child theme for git-pull project documentation
Project-URL: Repository, https://github.com/git-pull/gp-sphinx
Author-email: Tony Narlock <tony@git-pull.com>
License: MIT
Keywords: documentation,furo,sphinx,theme
Classifier: Development Status :: 4 - Beta
Classifier: Framework :: Sphinx
Classifier: Framework :: Sphinx :: Theme
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Classifier: Topic :: Documentation
Classifier: Topic :: Documentation :: Sphinx
Classifier: Typing :: Typed
Requires-Python: <4.0,>=3.10
Requires-Dist: furo
Description-Content-Type: text/markdown

# sphinx-gptheme

Furo child theme for [git-pull](https://github.com/git-pull) project documentation.

Inherits from [Furo](https://pradyunsg.me/furo/) and bundles shared templates,
custom CSS (heading refinements, TOC, typography, view transitions), SPA navigation
JS, and the git-pull project sidebar.

## Install

```console
$ pip install sphinx-gptheme
```

## Usage

In your `docs/conf.py`:

```python
html_theme = "sphinx-gptheme"
```

Or use with [gp-sphinx](https://gp-sphinx.git-pull.com) which sets the theme automatically.
