From the root directory of the repository, do the following in steps
Install docs' dependencies
pip install --group 'docs'
On Linux, you may need to use pip3 instead.
Build the docs
mkdocs build
Or use the following command to see changes rendered in real-time.
mkdocs serve