From 73d3ff008d1a4f427e11bc5855d5c2e63a51817e Mon Sep 17 00:00:00 2001 From: Martin Weinelt Date: Thu, 12 Mar 2026 00:52:00 +0100 Subject: [PATCH] docs: set version to fix epub3 build > WARNING: conf value "version" should not be empty for EPUB3 --- docs/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index 7bc771b..0e7d23c 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -20,7 +20,7 @@ project = "NixOS Mailserver" copyright = "2022, NixOS Mailserver Contributors" author = "NixOS Mailserver Contributors" - +version = "Unstable" # -- General configuration ---------------------------------------------------