From 911b5dfebe4dee5f37c6eab900df1ddc58418adb Mon Sep 17 00:00:00 2001 From: Heiko Schaefer Date: Sun, 1 Oct 2023 15:08:31 +0200 Subject: [PATCH] conf: set version to 0.01 EPUB3 generation warns if no version is set. --- book/source/conf.py | 1 + 1 file changed, 1 insertion(+) diff --git a/book/source/conf.py b/book/source/conf.py index 9d8cf4e..fcd2ad5 100644 --- a/book/source/conf.py +++ b/book/source/conf.py @@ -8,6 +8,7 @@ project = 'OpenPGP for application developers' copyright = '2023, The "Notes on OpenPGP" project' +version = "0.01" # -- General configuration --------------------------------------------------- # https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration