Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 552 Bytes

README.md

File metadata and controls

22 lines (17 loc) · 552 Bytes

Building docs

To build docs, run make in this directory. make help lists all targets.

Requirements

Sphinx and Latex is needed to build doc.

Spinx:

pip install sphinx sphinxjp.themes.basicstrap

Latex Ubuntu:

sudo apt-get install -qq texlive texlive-latex-extra dvipng

Latex Mac:

Install the full MacTex installation or install the smaller BasicTex and add ucs and dvipng packages:

sudo tlmgr install ucs dvipng