Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 449 Bytes

README.rst

File metadata and controls

20 lines (12 loc) · 449 Bytes

Nordic Semiconductor NCS theme for Sphinx

This repository contains the Nordic Semiconductor NCS theme for Sphinx based on the sphinx-rtd-theme.

Usage

You can install sphinx-ncs-theme using pip:

pip install sphinx-ncs-theme

You can then use it on your Sphinx project by enabling it in conf.py:

html_theme = "sphinx_ncs_theme"