From dc7e3cdd9c44530d4a3aef388aef311af978a639 Mon Sep 17 00:00:00 2001 From: Bradley Dice Date: Tue, 10 Jan 2023 17:59:14 -0600 Subject: [PATCH] Set NVIDIA as the documentation author. --- docs/source/conf.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index 4f78ae2145..4a0dfe00b5 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -77,8 +77,8 @@ # General information about the project. project = "raft" -copyright = "2022, nvidia" -author = "nvidia" +copyright = "2023, NVIDIA Corporation" +author = "NVIDIA Corporation" # The version info for the project you're documenting, acts as replacement for # |version| and |release|, also used in various other places throughout the @@ -161,7 +161,7 @@ # (source start file, target name, title, # author, documentclass [howto, manual, or own class]). latex_documents = [ - (master_doc, "raft.tex", "RAFT Documentation", "nvidia", "manual"), + (master_doc, "raft.tex", "RAFT Documentation", "NVIDIA Corporation", "manual"), ] # -- Options for manual page output ---------------------------------------