Metadata-Version: 2.1
Name: dkist-sphinx-theme
Version: 2.0.0
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"

# DKIST Sphinx Theme

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).
