Skip to content

Commit f704e3c

Browse files
committed
fix(footer): update copyright notice and remove template
Update the copyright notice to indicate the new licensing and remove the now unnecessary template. Signed-off-by: Randolph Sapp <[email protected]>
1 parent 88327c5 commit f704e3c

File tree

2 files changed

+2
-26
lines changed

2 files changed

+2
-26
lines changed

_templates/footer.html

Lines changed: 0 additions & 25 deletions
This file was deleted.

conf.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
import sys
1717
import os
1818
import importlib
19+
from datetime import datetime
1920

2021
# If extensions (or modules to document with autodoc) are in another directory,
2122
# add these directories to sys.path here. If the directory is relative to the
@@ -54,8 +55,8 @@
5455

5556
# The encoding of source files.
5657
#source_encoding = 'utf-8-sig'
57-
copyright = '&copy; Copyright 1995-2024'
5858
author = 'Texas Instruments Incorporated'
59+
copyright = f"1995-{datetime.now().year} {author}, CC-BY-SA-4.0"
5960

6061
# The language for content autogenerated by Sphinx. Refer to documentation
6162
# for a list of supported languages.

0 commit comments

Comments
 (0)