commit | e0c0557ae29dbe0dc699e58345de9a0c68048ee1 | [log] [tgz] |
---|---|---|
author | Davide Pesavento <davidepesa@gmail.com> | Thu Dec 02 15:11:37 2021 -0500 |
committer | Davide Pesavento <davidepesa@gmail.com> | Thu Dec 02 15:11:37 2021 -0500 |
tree | ae2575c2ceb027035af9b766511e2f6290e4b650 | |
parent | cf4903e0d0aba1045e49ab30040ba0d1e1ad5a6b [diff] |
Remove unused fulltoc extension Change-Id: I7845c6ce45a18b0085bd6cc1fe456b5247086839
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
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
.