diff --git a/docs/source/conf.py b/docs/source/conf.py index 280f1f1f..ab6be7fe 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -14,8 +14,8 @@ version = acom_music_box.__version__ project = f'Music Box ({version})' -copyright = f'2024-{datetime.datetime.now().year}, NCAR/UCAR' -author = 'NCAR/UCAR' +copyright = f'2024-{datetime.datetime.now().year}, NSF-NCAR/UCAR' +author = 'NSF-NCAR/UCAR' suffix = os.getenv("SWITCHER_SUFFIX", "") release = f'{version}{suffix}'