We use MkDocs to create a static site from this repository. For local development,
- Install MkDocs.
pip install mkdocs
- Install the MkDocs Material theme.
pip install mkdocs-material
- To test locally, run
mkdocs serve
from the project directory.
We use MkDocs to create a static site from this repository. For local development,
pip install mkdocs
pip install mkdocs-material
mkdocs serve
from the project directory.