sudo apt-get install texlive-full texlive-xetex texmaker python-pip latexmk
pip install sphinx
When downloading this repository, we also get a CP theme for the web version to make it look pretty. The easiest way to get this it to clone recursively by using the --recursive flag. Alternatively, you can initialize the submodule after cloning by running
git submodule init
git submodule update
sphinx-build -b html doc html
sphinx-build -b latex doc latex
cd latex/
make
If you get errors about missing fonts, go to latex/clearpath-latex/fonts and install all the fonts there