Metadata-Version: 2.4
Name: kwdevtheme
Version: 0.1.0
Summary: The official Sphinx theme for the kwdev.org project.
Author-email: "Kristoffer A. Wright" <kris.al.wright@gmail.com>
License-Expression: MIT
Project-URL: Homepage, https://kwdevtheme.kwdev.org
Project-URL: Issues, https://issues.kwdev.org/kwdevtheme
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Classifier: Framework :: Sphinx :: Theme
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: license-file

# kwdevtheme - kwdev.org Official Theme

`kwdevtheme` is a Sphinx theme developed for the [kwdev.org](https://kwdev.org)
project to use on official webpages, blogs, and documentation

**To Install**

```bash
$ python3 -m pip install kwdevtheme
```

**To Use**

```
# conf.py
html_theme = "kwdevtheme-blue"
```

``kwdevtheme`` includes 9 variants:

- ``kwdevtheme-blue``
- ``kwdevtheme-gray``
- ``kwdevtheme-green``
- ``kwdevtheme-orange``
- ``kwdevtheme-pink``
- ``kwdevtheme-purple``
- ``kwdevtheme-red``
- ``kwdevtheme-teal``
- ``kwdevtheme-yellow``

Please visit (https://kwdevtheme.kwdev.org) for more information.

