Files
relay/doc
KamyarAT 48ad92bf24 docs: describe Madmail v2 as a Rust chatmail relay
The previous blurb still called Madmail an experimental Maddy fork.
That applied to v1. v2 is a Rust rewrite that ships SMTP, IMAP,
encryption enforcement, and real-time services in a single binary.
2026-08-20 15:36:27 +02:00
..

Building the documentation

You can use the make command and make html to build web pages.

You need a Python environment with sphinx and other dependencies, you can create it by running scripts/initenv.sh from the repository root.

To develop/change documentation, you can then do:

. venv/bin/activate
cd doc
make auto 

A page will open at https://127.0.0.1:8000/ serving the docs and it will react to changes to source files pretty fast.