commit | 1bd99a89ba430af69bbe8499b3d393065649f61e | [log] [tgz] |
---|---|---|
author | Davide Pesavento <davidepesa@gmail.com> | Wed Nov 30 15:50:02 2022 -0500 |
committer | Davide Pesavento <davidepesa@gmail.com> | Wed Nov 30 15:50:02 2022 -0500 |
tree | 527748528eed5fe42947e19d33ca76dccf195151 | |
parent | 3a74e134979606af9a2b90b12f141f8794ad96d7 [diff] |
types: mention that TLV-TYPE 31 used to be allocated Amends commit 9fba5f4c46b97eeaf22f5e2c33e6368a51272255 Change-Id: If43f60b9e9077e95ca6bd79c32753c52873d5ef2
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
.