Skip to content

Latest commit

 

History

History
65 lines (39 loc) · 1.89 KB

README.rst

File metadata and controls

65 lines (39 loc) · 1.89 KB

Linux Mint Developer Guide

This document can be read at http://linuxmint-developer-guide.readthedocs.io.

The docs are written in reStructuredText.

Build:

Documentation Status

To build locally, install python3-sphinx and python3-sphinx-rtd-theme

sudo apt-get install python3-sphinx python3-sphinx-rtd-theme

If you don't have``python`` installed, it will install for you.

And run make html in the docs directory.

The final result will be in the _build directory.

Alternatively, you can use pip3 to complete the process, but pay attention that this should be done only if you are in a virtual environment.

sudo apt install python3-pip

and using pip3 you will install the sphinx and sphinx_rtd_them

pip3 install sphinx sphinx_rtd_them

and then, run make html in the docs directory to get the same result.

Resources:

License:

Code GPLv3 Documentation CC BY-ND Screenshots CC0