mirror of
https://github.com/Steffo99/sophon.git
synced 2024-12-21 22:34:21 +00:00
🔨 Improve conf
This commit is contained in:
parent
ad03330581
commit
e16d470192
1 changed files with 1 additions and 7 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue