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 ---------------------------------------