Skip to content

Nordic Semiconductor NCS theme for Sphinx

Notifications You must be signed in to change notification settings

nrfconnect/doc-sphinx-ncs-theme

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

94 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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"