********* Pipelines ********* Github Actions Workflows ======================== Testing ------- Code Coverage ------------- Code Quality ------------ Docker Builds ------------- Sphinx ------ Ensure dependencies are installed. :: $ pip install sphinx sphinx_rtd_theme Build the Sphinx documentation. :: $ cd sphinx $ make clean $ make html # open _build/html/index.html in a browser