1
Fork 0
mirror of https://github.com/Steffo99/sophon.git synced 2024-10-16 07:07:26 +00:00

🔨 Improve conf

This commit is contained in:
Steffo 2021-11-17 21:35:25 +01:00
parent ad03330581
commit e16d470192
Signed by: steffo
GPG key ID: 6965406171929D01

View file

@ -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"