This repository contains the Softbank FOTA add-on for NCS.
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
.