Skip to content

Commit 09f5f14

Browse files
committed
Fix formatting of docs conf.py
1 parent c5cb444 commit 09f5f14

1 file changed

Lines changed: 7 additions & 5 deletions

File tree

conda_package/docs/conf.py

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -60,11 +60,13 @@
6060
# General information about the project.
6161
project = 'mpas_tools'
6262
year = date.today().year
63-
copyright = f'This software is open source software available under the BSD-3' \
64-
f'license. Copyright (c) {year} Triad National Security, LLC. ' \
65-
f'All rights reserved. Copyright (c) {year} Lawrence Livermore ' \
66-
f'National Security, LLC. All rights reserved. Copyright (c) ' \
67-
f'{year} UT-Battelle, LLC. All rights reserved.'
63+
copyright = (
64+
f'This software is open source software available under the BSD-3'
65+
f'license. Copyright (c) {year} Triad National Security, LLC. '
66+
f'All rights reserved. Copyright (c) {year} Lawrence Livermore '
67+
f'National Security, LLC. All rights reserved. Copyright (c) '
68+
f'{year} UT-Battelle, LLC. All rights reserved.'
69+
)
6870
author = 'MPAS-Tools development team'
6971

7072
# The version info for the project you're documenting, acts as replacement for

0 commit comments

Comments
 (0)