Steps to build documentation Install sphinx pip install -r requirements.txt In the root of this repo run pip install -e . Run make html Open build/html/index.html To run doctest, ``make doctest`