mirror of
https://github.com/LonamiWebs/Telethon.git
synced 2025-06-17 10:36:37 +00:00
Use current year when building documentation (#4354)
This commit is contained in:
parent
9d17f36f7a
commit
44aed4cadb
@ -6,13 +6,15 @@
|
|||||||
import os
|
import os
|
||||||
import sys
|
import sys
|
||||||
|
|
||||||
|
from datetime import datetime
|
||||||
|
|
||||||
sys.path.insert(0, os.path.abspath(os.curdir)) # for custom extensions
|
sys.path.insert(0, os.path.abspath(os.curdir)) # for custom extensions
|
||||||
|
|
||||||
# -- Project information -----------------------------------------------------
|
# -- Project information -----------------------------------------------------
|
||||||
# https://www.sphinx-doc.org/en/master/usage/configuration.html#project-information
|
# https://www.sphinx-doc.org/en/master/usage/configuration.html#project-information
|
||||||
|
|
||||||
project = "Telethon"
|
project = "Telethon"
|
||||||
copyright = "2023, Lonami"
|
copyright = f"{datetime.now().year}, Lonami"
|
||||||
author = "Lonami"
|
author = "Lonami"
|
||||||
release = "2.0.0a0"
|
release = "2.0.0a0"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user