Skip to content

Commit 43f1d31

Browse files
committed
docs: Switch to project_copyright
Using this alias means we're no longer overshadowing the `copyright` built-in, so we can remove the comment to ignore that Ruff linting rule.
1 parent 5dcb3bf commit 43f1d31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
# -- Project information ------------------------------------------------------
1414

1515
project = "staged-script"
16-
copyright = ( # noqa: A001
16+
project_copyright = (
1717
"2024, National Technology & Engineering Solutions of Sandia, LLC (NTESS)"
1818
)
1919
author = "Jason M. Gates"

0 commit comments

Comments
 (0)