commit | acaccafd710a306df405e4b40302080d729b4ade | [log] [tgz] |
---|---|---|
author | Davide Pesavento <davidepesa@gmail.com> | Sun Mar 06 19:00:06 2022 -0500 |
committer | Davide Pesavento <davidepesa@gmail.com> | Mon Mar 07 01:08:33 2022 -0500 |
tree | d0be1a0ee2309f34d1f729f84635accc743f12d9 | |
parent | 9fba5f4c46b97eeaf22f5e2c33e6368a51272255 [diff] |
Change HTML theme Change-Id: I83e50c8bdbbd8d8e43e3c18349fc6b2d43b91ed7
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 pip3 install -r requirements.txt
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 inside _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
.