Skip to content

Commit

Permalink
Merge pull request #129 from IMMM-SFA/hotfix/msdlive-links
Browse files Browse the repository at this point in the history
change dev msdlive link
  • Loading branch information
erexer authored Nov 18, 2024
2 parents e53cd22 + 2f36c61 commit 3cb8456
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

# if this is a dev build, the paths need to be adjusted
dev_web = '/dev' if ('NODE_ENV' in os.environ and os.environ['NODE_ENV'] == 'development') else ''
dev_nb = '.dev' if ('NODE_ENV' in os.environ and os.environ['NODE_ENV'] == 'development') else ''
dev_nb = '-dev' if ('NODE_ENV' in os.environ and os.environ['NODE_ENV'] == 'development') else ''

# current datetime to use as the version
today = f"Last updated: {datetime.utcnow().strftime('%b %d, %Y')}"
Expand Down

0 comments on commit 3cb8456

Please sign in to comment.