commit | ac25eabf035dd87dc6a27076b004cc8009c01d8a | [log] [tgz] |
---|---|---|
author | Junxiao Shi <git@mail1.yoursunny.com> | Fri May 27 10:52:17 2022 +0000 |
committer | Junxiao Shi <git@mail1.yoursunny.com> | Fri May 27 10:52:17 2022 +0000 |
tree | 5fbe185f6cb00ba22657d3854f858b2aaf9634ae | |
parent | acaccafd710a306df405e4b40302080d729b4ade [diff] |
signature: define SignatureEd25519 refs #4901 Change-Id: I71a962a6fd7df75b97d678e18db5b1e91078b7d7
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
.