Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 454 Bytes

README.rst

File metadata and controls

29 lines (19 loc) · 454 Bytes

atsphinx-highlightjs

Override code-block output for highlight.js

Getting started

pip install atsphinx-highlightjs

Usage

Set extension into your conf.py of Sphinx documentation.

extensions = [
    # Add extension with others.
    "atsphinx.highlightjs",
]

License

Apache-2.0 license. Please see LICENSE.