From f5884fc8ca63b392dac68f3c23d36c22c9dbced6 Mon Sep 17 00:00:00 2001 From: David Sterba Date: Mon, 16 Jan 2023 17:29:13 +0100 Subject: [PATCH] btrfs-progs: docs: drop copyright year from manual pages The copyright config variable can be used for a real copyright but we don't have that for the manual pages and it was a stub. The date of page generation time is added to the page anyway. Signed-off-by: David Sterba --- Documentation/conf.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/Documentation/conf.py b/Documentation/conf.py index aa6d347a..1025e10d 100644 --- a/Documentation/conf.py +++ b/Documentation/conf.py @@ -18,8 +18,6 @@ import pathlib # -- Project information ----------------------------------------------------- project = 'BTRFS' -# TODO: get from date -copyright = '2022' version = pathlib.Path("../VERSION").read_text().strip('v\n')