Skip to content

Commit 02601b3

Browse files
Lang Hameslhames
authored andcommitted
[ORC-RT][docs] Fix copyright year and project name capitalization.
1 parent 52eccfe commit 02601b3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

orc-rt/docs/conf.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# -*- coding: utf-8 -*-
2-
# Orc-Rt documentation build configuration file.
2+
# ORC-RT documentation build configuration file.
33
#
44
# This file is execfile()d with the current directory set to its containing dir.
55
#
@@ -54,8 +54,8 @@
5454
master_doc = "index"
5555

5656
# General information about the project.
57-
project = "Orc-Rt"
58-
copyright = "2017-%d, The Orc-Rt Team" % date.today().year
57+
project = "ORC-RT"
58+
copyright = "2025-%d, The ORC-RT Team" % date.today().year
5959

6060
# The version info for the project you're documenting, acts as replacement for
6161
# |version| and |release|, also used in various other places throughout the
@@ -200,7 +200,7 @@
200200
# Grouping the document tree into LaTeX files. List of tuples
201201
# (source start file, target name, title, author, documentclass [howto/manual]).
202202
latex_documents = [
203-
("Overview", "Orc-Rt.tex", "orc-rt Documentation", "The orc-rt Team", "manual"),
203+
("Overview", "ORC-RT.tex", "orc-rt Documentation", "The orc-rt Team", "manual"),
204204
]
205205

206206
# The name of an image file (relative to this directory) to place at the top of

0 commit comments

Comments
 (0)