This repository contains the Nordic Semiconductor NCS theme for Sphinx based
on the sphinx-rtd-theme.
You can install sphinx-ncs-theme using pip:
pip install sphinx-ncs-themeYou can then use it on your Sphinx project by enabling it in conf.py:
html_theme = "sphinx_ncs_theme"