20. Appendix: How to build this book

20.1. Prerequisites for building the book

You will also want some system and python packages for sphinx:

sudo apt install python3-sphinx python3-sphinx-rtd-theme
pip3 install --user --upgrade sphinx-markdown-tables
pip3 install --user --upgrade sphinx-multitoc-numbering
pip3 install --user --upgrade sphinxcontrib-svg2pdfconverter
pip3 install --user --upgrade sphinxcontrib-bibtex

20.2. Cloning from codeberg.org

At https://codeberg.org/markgalassi/math-science-working-groups you find git clone instructions:

git clone https://codeberg.org/markgalassi/math-science-working-groups.git

Note

If you have an account on codeberg.org you can use the “ssh URL” to clone the repo:

git clone git@codeberg.org:markgalassi/math-science-working-groups.git

20.3. Building the book

cd math-science-working-group
make html