commit | 4d17760e17e042d47616d6ef621bfa9a69c1ab01 | [log] [tgz] |
---|---|---|
author | Davide Pesavento <davidepesa@gmail.com> | Sun Jun 21 22:30:55 2020 -0400 |
committer | Davide Pesavento <davidepesa@gmail.com> | Mon Jun 22 18:13:24 2020 -0400 |
tree | 42b5167ad6ba543ba14b1622fb94e1e16ce0d395 | |
parent | 04af5f2d562f2245f7b890b94d8c443d9ef3da95 [diff] |
Use https for all external links Change-Id: I4ee473737b911885cf32bc417310b04645610cde
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
.