https://github.com/atsphinx/highlightjs
https://github.com/atsphinx/highlightjs
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/atsphinx/highlightjs
- Owner: atsphinx
- License: apache-2.0
- Created: 2023-10-21T12:26:39.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-21T16:01:12.000Z (over 2 years ago)
- Last Synced: 2024-02-22T19:06:35.912Z (over 2 years ago)
- Language: Python
- Size: 17.6 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGES.rst
- License: LICENSE
Awesome Lists containing this project
README
====================
atsphinx-highlightjs
====================
Override code-block output for highlight.js
Getting started
===============
.. code:: console
pip install atsphinx-highlightjs
Usage
=====
Set extension into your ``conf.py`` of Sphinx documentation.
.. code:: python
extensions = [
# Add extension with others.
"atsphinx.highlightjs",
]
License
=======
Apache-2.0 license. Please see `LICENSE <./LICENSE>`_.