From caebea4e815c598dc74958f3c6c6682ec2076d94 Mon Sep 17 00:00:00 2001 From: nodiscc Date: Sun, 24 Oct 2021 18:24:36 +0200 Subject: [PATCH] doc: update readthedocs configuration for version 3.0.0 --- doc/md/conf.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/md/conf.py b/doc/md/conf.py index 5aa74fe..77dc388 100644 --- a/doc/md/conf.py +++ b/doc/md/conf.py @@ -5,8 +5,8 @@ project = 'debian-live-config' author = 'nodiscc@gmail.com' -version = '2.3' -release = '2.3' +version = '3.0.0' +release = '3.0.0' html_show_copyright = True # -- General configuration ---------------------------------------------------