commit | cf4903e0d0aba1045e49ab30040ba0d1e1ad5a6b | [log] [tgz] |
---|---|---|
author | Davide Pesavento <davidepesa@gmail.com> | Mon Nov 08 22:06:22 2021 -0500 |
committer | Davide Pesavento <davidepesa@gmail.com> | Tue Nov 09 02:36:04 2021 -0500 |
tree | d005325e8ca7f13f295d0608710d7d7a3762f504 | |
parent | 85f77b198f3d20b1b643c3d0df8f207aac7159a6 [diff] |
Fix build with sphinxcontrib-bibtex 2.0 and later Also fix typo in changelog Change-Id: I088292fc12ae8c182a00bbb2a6732154105e60b7
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
.