Skip to content

Commit 0845f8e

Browse files
authored
Add extra footer to documentation (#7163) (#7165)
1 parent bdab292 commit 0845f8e

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

docs/_static/NVIDIA-LogoBlack.svg

+1
Loading

docs/conf.py

+11-2
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
# -- Project information -----------------------------------------------------
5050

5151
project = "NVIDIA Triton Inference Server"
52-
copyright = "2023 NVIDIA CORPORATION & AFFILIATES. All rights reserved"
52+
copyright = "2018-2024, NVIDIA Corporation"
5353
author = "NVIDIA"
5454

5555
# The full version, including alpha/beta/rc tags
@@ -168,7 +168,16 @@
168168
"logo_only": False,
169169
"show_toc_level": 2,
170170
"extra_navbar": "",
171-
"extra_footer": "",
171+
"extra_footer": """
172+
<a href="https://www.nvidia.com/en-us/about-nvidia/privacy-policy/" target="_blank">Privacy Policy</a> |
173+
<a href="https://www.nvidia.com/en-us/privacy-center/" target="_blank">Manage My Privacy</a> |
174+
<a href="https://www.nvidia.com/en-us/preferences/email-preferences/" target="_blank">Do Not Sell or Share My
175+
Data</a> |
176+
<a href="https://www.nvidia.com/en-us/about-nvidia/terms-of-service/" target="_blank">Terms of Service</a> |
177+
<a href="https://www.nvidia.com/en-us/about-nvidia/accessibility/" target="_blank">Accessibility</a> |
178+
<a href="https://www.nvidia.com/en-us/about-nvidia/company-policies/" target="_blank">Corporate Policies</a> |
179+
<a href="https://www.nvidia.com/en-us/product-security/" target="_blank">Product Security</a> |
180+
<a href="https://www.nvidia.com/en-us/contact/" target="_blank">Contact</a>""",
172181
"repository_url": "https://github.com/triton-inference-server/server",
173182
"use_repository_button": True,
174183
}

0 commit comments

Comments
 (0)