commit | d4f94a3e9642de43ccb49907f96bbd24542cd421 | [log] [tgz] |
---|---|---|
author | Davide Pesavento <davidepesa@gmail.com> | Thu Sep 15 18:06:07 2022 -0400 |
committer | Davide Pesavento <davidepesa@gmail.com> | Thu Sep 15 18:06:07 2022 -0400 |
tree | 108fc082aafb34f494ce8c9e0752e5b28365df04 | |
parent | 4d6c3578065c78a4e86a3a754934fffc93701e63 [diff] |
Update furo; simplify conf.py Change-Id: I8f098441051dc92378dfc9ce57287c0b8e2bd621
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
.