Build documentation ------------------- At the root of the `repository `_ do: .. code-block:: bash pip install -r requirements.txt It will install the necessary dependencies. The documentation can be built using a ```` .. code-block:: bash cd docs & make where ```` can be any supported builder by Sphinx, e.g, ``html`` or ``latex``.