commit | 49af818ec9598f2c6c74b042c5cf4d94f65a1c06 | [log] [tgz] |
---|---|---|
author | Davide Pesavento <davidepesa@gmail.com> | Tue Nov 17 22:10:43 2020 -0500 |
committer | Davide Pesavento <davidepesa@gmail.com> | Tue Nov 17 22:10:43 2020 -0500 |
tree | 99cc7c859e035ebdcbdb80401446e4a92d164e39 | |
parent | 58872849756c3b661036c002e592ea3be4c80a31 [diff] |
Minor CSS fix Change-Id: Ib042ebf4bb6dbe5e8fccffa1afc243eaf574a5dd
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
.