From d792d7c138a17a7e1c87ac321183b57a73125271 Mon Sep 17 00:00:00 2001 From: Molly Xu Date: Thu, 8 Jan 2026 22:37:18 -0800 Subject: [PATCH 1/3] copyright, privacy, terms --- docs/source/_templates/layout.html | 17 ++++++++++++++++- docs/source/conf.py | 2 +- 2 files changed, 17 insertions(+), 2 deletions(-) diff --git a/docs/source/_templates/layout.html b/docs/source/_templates/layout.html index 010a4d6d7..b6e0ad1a1 100644 --- a/docs/source/_templates/layout.html +++ b/docs/source/_templates/layout.html @@ -15,7 +15,22 @@ var collapsedSections = ['Introduction', 'Getting Started', 'Tutorials'] --> - + + {% endblock %} diff --git a/docs/source/conf.py b/docs/source/conf.py index 02a2e5366..29216f612 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -150,7 +150,7 @@ def __call__(self, filename): master_doc = "index" # General information about the project. -copyright = "2023-present, TorchCodec Contributors" +copyright = "2023 Meta Platforms, Inc" author = "Torch Contributors" # The language for content autogenerated by Sphinx. Refer to documentation From c2d6025daff517e9f85010b31b9be365669d502d Mon Sep 17 00:00:00 2001 From: Molly Xu Date: Thu, 8 Jan 2026 23:19:30 -0800 Subject: [PATCH 2/3] copyright --- docs/source/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index 29216f612..aff77c656 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -150,7 +150,7 @@ def __call__(self, filename): master_doc = "index" # General information about the project. -copyright = "2023 Meta Platforms, Inc" +copyright = "©2023 Meta Platforms, Inc" author = "Torch Contributors" # The language for content autogenerated by Sphinx. Refer to documentation From 1cfe0844421469fde7f6d0a87de994bd48f12028 Mon Sep 17 00:00:00 2001 From: Molly Xu Date: Mon, 12 Jan 2026 13:28:29 -0800 Subject: [PATCH 3/3] modify date --- docs/source/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index aff77c656..35230735a 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -150,7 +150,7 @@ def __call__(self, filename): master_doc = "index" # General information about the project. -copyright = "©2023 Meta Platforms, Inc" +copyright = f"©{datetime.now().year} Meta Platforms, Inc" author = "Torch Contributors" # The language for content autogenerated by Sphinx. Refer to documentation