-
Install anaconda 3 or python 3.
-
Install sphinx and the tempelate (it is included in anaconda) You can install it through pip:
$ pip install -U Sphinx $ pip install sphinx_materialdesign_theme
-
To build the HTML files execute the following command in your terminal:
$ ./compile.sh
-
To build PDF first execute the following command in your terminal:
$ sphinx-build -b latex src build
Then run:
$ cd build $ make