commit | 58872849756c3b661036c002e592ea3be4c80a31 | [log] [tgz] |
---|---|---|
author | Davide Pesavento <davidepesa@gmail.com> | Fri Jul 10 16:21:26 2020 -0400 |
committer | Davide Pesavento <davidepesa@gmail.com> | Fri Jul 10 16:21:26 2020 -0400 |
tree | 877151f2ed4342eb8b6924f7c318acded80e4ac3 | |
parent | 751939ce7386e6eb0990a52f685ae99e2b52e3d3 [diff] |
layout: fix typo and remove invalid <img> attribute Change-Id: I8252baf958f8616ea9abe94c754f179017ab48f3
To "compile" the specification in HTML format, you must first install the Sphinx documentation generator.
If you're running Ubuntu Linux:
sudo apt install make python3-pip pip3 install -U pip setuptools pip3 install -U sphinx sphinxcontrib-bibtex sphinxcontrib-fulltoc
If you're running macOS or another operating system, see the instructions at https://www.sphinx-doc.org/en/master/usage/installation.html
Just type:
make html
And a set of HTML pages will be generated under _build/html
.
You can also type:
make latexpdf
Sphinx will generate a .tex
file and will try to create a .pdf
document from it using pdflatex
(which must be installed).
For further options, type make help
.