File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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.
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
1920import os
2021import sys
2122
7980master_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
You can’t perform that action at this time.
0 commit comments