New URL for NEMO forge!   http://forge.nemo-ocean.eu

Since March 2022 along with NEMO 4.2 release, the code development moved to a self-hosted GitLab.
This present forge is now archived and remained online for history.
Changeset 14467 for NEMO/releases/r4.0/r4.0-HEAD/doc/rst/source/conf.py – NEMO

Ignore:
Timestamp:
2021-02-16T00:32:56+01:00 (3 years ago)
Author:
nicolasmartin
Message:

Fix documentation generation (manual and guide)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/releases/r4.0/r4.0-HEAD/doc/rst/source/conf.py

    r14444 r14467  
    5050# 
    5151# The short X.Y version. 
    52 version = '4.0.x' 
     52version = '4.0' 
    5353# The full version, including alpha/beta/rc tags. 
    5454release = '4.0-HEAD' 
     
    246246 
    247247# Timestamping 
    248 import datetime 
    249 year = datetime.date.today().year 
    250 copyright = '2008-' + str( year ) + ', NEMO Consortium' 
     248copyright = '2008-YYYY, NEMO Consortium' 
    251249 
    252250# Link aliases 
Note: See TracChangeset for help on using the changeset viewer.