mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-09 17:31:45 +00:00
docs conf.py - update year
This commit is contained in:
@@ -30,6 +30,7 @@
|
||||
#
|
||||
import os
|
||||
import sys
|
||||
from datetime import datetime
|
||||
|
||||
sys.path.insert(0, os.path.abspath(".."))
|
||||
|
||||
@@ -37,7 +38,7 @@ sys.path.insert(0, os.path.abspath(".."))
|
||||
# -- Project information -----------------------------------------------------
|
||||
|
||||
project = "IfcOpenShell"
|
||||
copyright = "2011-2024 IfcOpenShell Contributors"
|
||||
copyright = f"2011-{datetime.now().year} IfcOpenShell Contributors"
|
||||
author = "IfcOpenShell Contributors"
|
||||
|
||||
# The full version, including alpha/beta/rc tags
|
||||
|
||||
Reference in New Issue
Block a user