From the root directory of the repository, do the following to steps
Install docs' dependencies
pip install -r docs/requirements.txt
On Linux, you may need to use pip3 instead.
Build the docs
mkdocs build
or use the following command to see changes rendered in realtime.
mkdocs serve