8000 Update doc copyrights to 2024 (#138650) · pytorch/pytorch@885c823 · GitHub
[go: up one dir, main page]

Skip to content

Commit 885c823

Browse files
pytorchbotmalfet
andauthored
Update doc copyrights to 2024 (#138650)
Update copyrights to 2024 (#138638) Spiritual successor of #119413 + CPP docs copyright update as well Fixes #138630 Pull Request resolved: #138638 Approved by: https://github.com/atalman (cherry picked from commit d1be61c) Co-authored-by: Nikita Shulga <2453524+malfet@users.noreply.github.com>
1 parent 8c3ed97 commit 885c823

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/cpp/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@
123123

124124
# General information about the project.
125125
project = "PyTorch"
126-
copyright = "2022, PyTorch Contributors"
126+
copyright = "2024, PyTorch Contributors"
127127
author = "PyTorch Contributors"
128128

129129
# The version info for the project you're documenting, acts as replacement for

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3352,7 +3352,7 @@
33523352

33533353
# General information about the project.
33543354
project = "PyTorch"
3355-
copyright = "2023, PyTorch Contributors"
3355+
copyright = "2024, PyTorch Contributors"
33563356
author = "PyTorch Contributors"
33573357
torch_version = str(torch.__version__)
33583358

0 commit comments

Comments
 (0)
0