How to build the docs¶
From the root directory of the repository, do the following to steps
Install docs’ dependencies
pip install -r docs/requirements.txtOn Linux, you may need to use
pip3instead.Build the docs
sphinx-build docs docs/_build/htmlBrowse the files in docs/_build/html with your internet browser to see the rendered output.