Skip to content
This repository was archived by the owner on Dec 12, 2025. It is now read-only.

Repository files navigation

documentation

We are using material for mkdocs.

Local

If you don't mind cluterring your global Python env with additional packages

Install

pip install -r requirements.txt

Serve

mkdocs serve

Docker

If you DO mind cluterring your Python env and prefer to use Docker instead

Build the Docker image

This step is automatic executed before every other target to ensure you have the updated image, you shouldn't need to run it manually

make docker-build

Serve

By default, it will expose the container on port 8000.

You can override it by adding PORT=1234 after your make command

make serve

or

make serve PORT=8888

Build

To locally build the documentation into site/, if you want to take a look at the produced assets.

Don't worry, this directory is ignored.

make build

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

2 watching

Forks

Releases

Packages

Used by

Contributors

Languages