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