From 532b6b1fbc526b5b1ff6a3a2670ecdc2ac1aa132 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lubom=C3=ADr=20Sedl=C3=A1=C5=99?= Date: Wed, 19 Apr 2017 16:09:14 +0200 Subject: [PATCH] doc: Document options for media checksums MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Pungi does not really care about the values as long as hashlib supports them. Relates: #591 Signed-off-by: Lubomír Sedlář --- doc/configuration.rst | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/doc/configuration.rst b/doc/configuration.rst index 9d1f479f..a0b4ab8b 100644 --- a/doc/configuration.rst +++ b/doc/configuration.rst @@ -1334,8 +1334,9 @@ Media Checksums Settings ======================== **media_checksums** - (*list*) -- list of checksum types to compute, allowed values are ``md5``, - ``sha1`` and ``sha256`` + (*list*) -- list of checksum types to compute, allowed values are anything + supported by Python's ``hashlib`` module (see `documentation for details + `_). **media_checksum_one_file** (*bool*) -- when ``True``, only one ``CHECKSUM`` file will be created per