FRC-PDR is created using Sphinx. To install:
pip install -r requirements.txt
After that, you just need to run
make html
or to use sphinx-autobuild
make auto
from the root of the project to build it. To open locally, navigate to .build/html
and open index.html