NeoTheThird / docs.ubports.com

UBports Documentation

Home Page:https://docs.ubports.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

UBports Documentation Website

This is the repository for the UBports documentation website served at docs.ubports.com.

Contributing to this documentation

You can find ways to contribute here.

Build instructions

This documentation can be built by doing the following:

Create and activate a Python virtualenv

virtualenv ~/ubportsdocsenv
. ~/ubportsdocsenv/bin/activate

Install the Read the Docs theme and ReCommonMark (for Markdown parsing):

pip install sphinx sphinx_rtd_theme

Change into the docs.ubports.com directory:

cd path/to/docs.ubports.com

Build the documentation::

sphinx-build -Wa . _build

About

UBports Documentation

https://docs.ubports.com


Languages

Language:Python 71.4%Language:Shell 17.6%Language:Makefile 8.2%Language:CSS 2.7%