From 2075541841bff857d01d98b40f7a8f03705fbf32 Mon Sep 17 00:00:00 2001 From: Bradley Dice Date: Wed, 11 Jan 2023 09:00:55 -0600 Subject: [PATCH] Fix documentation author (#1188) Fixes docs to mark NVIDIA as the author. Authors: - Bradley Dice (https://github.com/bdice) Approvers: - GALI PREM SAGAR (https://github.com/galipremsagar) URL: https://github.com/rapidsai/rmm/pull/1188 --- python/docs/conf.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/python/docs/conf.py b/python/docs/conf.py index 955ef1847..ec5ba5b61 100644 --- a/python/docs/conf.py +++ b/python/docs/conf.py @@ -15,7 +15,7 @@ # -- Project information ----------------------------------------------------- project = "rmm" -copyright = "2020-2022, NVIDIA" +copyright = "2020-2023, NVIDIA" author = "NVIDIA" # The version info for the project you're documenting, acts as replacement for @@ -147,7 +147,7 @@ master_doc, "rmm.tex", "RMM Documentation", - "Continuum Analytics", + "NVIDIA Corporation", "manual", ) ]