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