An open API service indexing awesome lists of open source software.

https://github.com/lepture/sphinx-iconify

A sphinx extension to use `<iconify-icon>` web component.
https://github.com/lepture/sphinx-iconify

sphinx sphinx-doc sphinx-extension

Last synced: 6 months ago
JSON representation

A sphinx extension to use `<iconify-icon>` web component.

Awesome Lists containing this project

README

          

# sphinx-iconify

A sphinx extension to use ```` web component.

## Install

```
pip install sphinx-iconify
```

## Usage

Add extension into ``docs/conf.py``:

```python
extensions = [
"sphinx_iconify",
]
```

Use the role in your documentation:

```
This is a GitHub icon :iconify:`simple-icons:github`
```

## License

BSD