Skip to content

oe-lite/handbook

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

63 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OE-lite handbook

This is the user's guide to the OE-lite build system. The most recent official version can be read at readthedocs.io.

Building locally

It is also possible to clone this repository and build the documentation locally. This requires the Python package Sphinx. On Debian/Ubuntu system, this can be installed by running

$ sudo apt-get install make python-sphinx sphinx-rtd-theme-common
$ sudo apt-get install python-pip
$ sudo pip install sphinxcontrib-domaintools

You may then build the html version by running

$ make html

The output can be found in the build/html directory. Open the build/html/index.html file.

Using docker

If you are not running Debian/Ubuntu or cannot install the above packages, you may instead create a docker image from the Dockerfile found in the OE-lite docker git repository.

About

Documentation - The OE-lite handbook

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published