Skip to content

Commit

Permalink
added NSF prefix in conf.py
Browse files Browse the repository at this point in the history
  • Loading branch information
adityakiran1423 committed Nov 25, 2024
1 parent 9077685 commit 604e3a9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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}'
Expand Down

0 comments on commit 604e3a9

Please sign in to comment.