Metadata-Version: 2.4
Name: dkist-sphinx-theme
Version: 2.0.5
Summary: The sphinx theme for the DKIST documentation.
Author: NSO / AURA
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Framework :: Sphinx
Classifier: Framework :: Sphinx :: Theme
Classifier: Operating System :: OS Independent
Classifier: License :: OSI Approved :: BSD License
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE.rst
Requires-Dist: sunpy-sphinx-theme~=2.0.0
Requires-Dist: sphinx
Requires-Dist: docutils
Requires-Dist: graphviz
Provides-Extra: test
Requires-Dist: pytest; extra == "test"
Requires-Dist: pytest-mock; extra == "test"
Requires-Dist: pytest-cov; extra == "test"
Dynamic: license-file

# DKIST Sphinx Theme

[![codecov][codecov-badge]][codecov-url]

The DKIST documentation theme

In your sphinx `conf.py` file you will need to put the following:

```python
html_theme = "dkist"
```

This theme is based on the [sunpy theme](https://github.com/sunpy/sunpy-sphinx-theme).

[codecov-badge]: https://codecov.io/bb/dkistdc/dkist-sphinx-theme/graph/badge.svg?token=45gmgWTSLn
[codecov-url]: https://codecov.io/bb/dkistdc/dkist-sphinx-theme
