mirror of
https://github.com/Steffo99/sophon.git
synced 2024-12-22 14:54:22 +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 datetime
|
||||||
|
|
||||||
import pkg_resources
|
|
||||||
|
|
||||||
# Project name
|
# Project name
|
||||||
project = 'Sophon'
|
project = 'Progettazione e sviluppo di Sophon, applicativo cloud a supporto della ricerca'
|
||||||
# Project author
|
# Project author
|
||||||
author = 'Stefano Pigozzi'
|
author = 'Stefano Pigozzi'
|
||||||
# Project copyright
|
# Project copyright
|
||||||
project_copyright = f'{datetime.date.today().year}, {author}'
|
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
|
# Sphinx language
|
||||||
language = "it"
|
language = "it"
|
||||||
|
|
Loading…
Reference in a new issue