Building this Documentation
This documentation uses ReadTheDocs and Sphinx.
Dependencies
To build the documentation locally, you need to have Sphinx installed. You can install it via pip:
pip install sphinx
Moreover, as we use markdown files, you need to install the myst_parser
package:
pip install myst-parser
Moreover, to make the documentation look nice, we use the sphinx_rtd_theme
:
pip install sphinx_rtd_theme