Skip to content

Documentation for Maintainers

Sophia Mädler edited this page May 31, 2023 · 4 revisions

How to build the Documentation

  1. Create an environment with SPARCSpy installed

  2. Install additional required packages for building the documentation:

pip install sphinx
pip install renku-sphinx-theme
pip install sphinx-argparse
pip install IPython
pip install nbconvert
pip install nbsphinx
  1. Cleanup the existing documentation
make clean
  1. generate html
make html
  1. generate pdf
make latex
make latexpdf
Clone this wiki locally