mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-09 09:21:46 +00:00
docs conf.py - update year
This commit is contained in:
@@ -29,6 +29,7 @@
|
||||
# documentation root, use os.path.abspath to make it absolute, like shown here.
|
||||
#
|
||||
import os
|
||||
from datetime import datetime
|
||||
|
||||
# import sys
|
||||
# sys.path.insert(0, os.path.abspath('.'))
|
||||
@@ -37,7 +38,7 @@ import os
|
||||
# -- Project information -----------------------------------------------------
|
||||
|
||||
project = "Bonsai"
|
||||
copyright = "2020-2024 IfcOpenShell Contributors"
|
||||
copyright = f"2020-{datetime.now().year} IfcOpenShell Contributors"
|
||||
author = "IfcOpenShell Contributors"
|
||||
|
||||
# The full version, including alpha/beta/rc tags
|
||||
|
||||
@@ -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