Skip to content

nrfconnect/sdk-softbank-fota

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Softbank FOTA add-on for nRF Connect SDK

Documentation API Documentation

This repository contains the Softbank FOTA add-on for NCS.

Documentation

Pre-build documentation is available here.

A minimal documentation setup is provided for Sphinx. To build the documentation first change to the docs folder:

cd docs

To install Sphinx, make sure you have a Python installation in place and run:

pip install -r requirements.txt

The Sphinx documentation (HTML) can be built using the following command:

make html

The output will be stored in the _build_sphinx folder. You may check for other output formats other than HTML by running make help.