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')