From e16d470192e28887882a3fd2503386bf17d34680 Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Wed, 17 Nov 2021 21:35:25 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A8=20Improve=20conf?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- thesis/source/conf.py | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/thesis/source/conf.py b/thesis/source/conf.py index dd5df53..41efad0 100644 --- a/thesis/source/conf.py +++ b/thesis/source/conf.py @@ -3,18 +3,12 @@ import datetime -import pkg_resources - # Project name -project = 'Sophon' +project = 'Progettazione e sviluppo di Sophon, applicativo cloud a supporto della ricerca' # Project author author = 'Stefano Pigozzi' # Project copyright project_copyright = f'{datetime.date.today().year}, {author}' -# Project short version -version = pkg_resources.get_distribution(project.lower()).version -# Project long version -release = pkg_resources.get_distribution(project.lower()).version # Sphinx language language = "it"