Metadata-Version: 2.5
Name: mkdocs-swan
Version: 0.5.0
Summary: SWAN theme for MkDocs
Project-URL: Homepage, https://github.com/swan-cern/mkdocs-swan
Project-URL: GitHub, https://github.com/swan-cern/mkdocs-swan
Author: SWAN Admins
License-Expression: AGPL-3.0
License-File: LICENSE
Keywords: CERN,MkDocs,SWAN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: System Administrators
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Documentation
Classifier: Topic :: Software Development :: Documentation
Classifier: Topic :: Text Processing :: Markup :: HTML
Requires-Python: >=3.12
Requires-Dist: mkdocs-material==9.*
Description-Content-Type: text/markdown

# SWAN MkDocs theme

Theme for the [SWAN](https://cern.ch/swan) help and gallery [MkDocs](https://www.mkdocs.org/) webpages, based on [Material for MkDocs](https://squidfunk.github.io/mkdocs-material/).

## How to use

Install the package:
```
pip install mkdocs-swan
```

And add it to `mkdocs.yml`:
```yml
theme:
  name: 'swan'
```