Skip to content

Commit e7f3922

Browse files
committed
Update docs branding and copyright
1 parent c8ae56e commit e7f3922

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

docs/cugraph-docs/source/conf.py

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2018-2025, NVIDIA CORPORATION.
1+
# Copyright (c) 2018-2026, NVIDIA CORPORATION.
22
#
33
# pygdf documentation build configuration file, created by
44
# sphinx-quickstart on Wed May 3 10:59:22 2017.
@@ -16,6 +16,7 @@
1616
# add these directories to sys.path here. If the directory is relative to the
1717
# documentation root, use os.path.abspath to make it absolute, like shown here.
1818
#
19+
import datetime
1920
import os
2021
import sys
2122

@@ -79,9 +80,9 @@
7980
master_doc = 'index'
8081

8182
# General information about the project.
82-
project = 'cugraph-docs'
83-
copyright = '2024-2025, NVIDIA Corporation'
84-
author = 'NVIDIA Corporation'
83+
project = "NVIDIA cuGraph"
84+
copyright = f"2024-{datetime.datetime.today().year}, NVIDIA Corporation"
85+
author = "NVIDIA Corporation"
8586

8687
# The version info for the project you're documenting, acts as replacement for
8788
# |version| and |release|, also used in various other places throughout the

0 commit comments

Comments
 (0)