Skip to content

NCS Softbank FOTA add-on

License

Notifications You must be signed in to change notification settings

nrfconnect/sdk-softbank-fota

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 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-built documentation is available here.

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

cd doc

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 output formats other than HTML by running make help.