This repo contains Jito Labs documentation
pip install sphinx
pip install -r ./docs/requirements.txt
cd ./jito-docs/docs
make clean
make html
firefox build/html/index.html
This automatically triggers Read the Docs to update that domain every time main has a merge.