commit | dcb0f37d219ff51a1c9edc3781f5843d26d6ab97 | [log] [tgz] |
---|---|---|
author | Junxiao Shi <git@mail1.yoursunny.com> | Sat Apr 06 18:45:55 2019 +0000 |
committer | Junxiao Shi <git@mail1.yoursunny.com> | Sat Apr 06 18:45:55 2019 +0000 |
tree | 68590df167ab1028e4a6c0830b34e6a36d99ebb8 | |
parent | f2bbb9057e435ac4bab19d4a8aecc4a6aa6f2ae3 [diff] |
tlv: limit TLV-TYPE to 32 bits refs #4895 Change-Id: I1997e85c8cfcf042133f52bafac015f095381cd2
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.