commit | 437dc8c9a9a4dee33a800ebc5b2c226ebeb60817 | [log] [tgz] |
---|---|---|
author | Eric Newberry <enewberry@cs.ucla.edu> | Fri May 29 09:48:18 2020 -0700 |
committer | Eric Newberry <enewberry@cs.ucla.edu> | Fri May 29 10:31:25 2020 -0700 |
tree | bb43cfe75acd1428965c360781e808e9df01399a | |
parent | 3c0bc318f0069e9e523150eb29a7cd24333d52a1 [diff] |
signature: change SignatureNonce length to >= 1 octets refs #4804 Change-Id: Ia89ad3f5ae3691d0e64cc7f170836178c8c2d0ef
To "compile" documentation into html form you would need to install Sphinx documentation package, which should be relatively trivial.
If you're on macOS:
If you're on Ubuntu Linux 16.04:
sudo apt install python3-pip sudo pip3 install -U pip setuptools sudo pip3 install -U sphinx sphinxcontrib-bibtex sphinxcontrib-fulltoc
Just type
make html
And a set of HTML pages will be build under _build/html
You can also type
make latexpdf
This way Sphinx will prepare .tex file and will try to build .pdf document.