commit | 52c88cb1b16c8e03df7a3bf6a6789d93b8f9da87 | [log] [tgz] |
---|---|---|
author | Davide Pesavento <davidepesa@gmail.com> | Thu Dec 02 16:58:02 2021 -0500 |
committer | Davide Pesavento <davidepesa@gmail.com> | Thu Dec 02 16:58:02 2021 -0500 |
tree | 20a7e59b81956b6f58514067e85368e008565f4a | |
parent | e0c0557ae29dbe0dc699e58345de9a0c68048ee1 [diff] |
Drop the (only) use of the bibtex extension Change-Id: I78acb4f58a27b5bb03d9cccf1314813de663103e
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
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
.