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 10991 for NEMO/trunk/doc/rst/source/conf.py – NEMO

Ignore:
Timestamp:
2019-05-16T22:54:07+02:00 (5 years ago)
Author:
nicolasmartin
Message:

First part of content synchronisation between trunk & 4.0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/trunk/doc/rst/source/conf.py

    r10990 r10991  
    1313 
    1414# The short X.Y version 
    15 version = '4.0' 
     15version = 'trk' 
    1616# The full version, including alpha/beta/rc tags 
    17 release = 'release-4.0' 
     17release = 'trunk' 
    1818 
    1919 
     
    113113import subprocess 
    114114revision = subprocess.check_output("svnversion").decode("utf-8") 
    115 rst_prolog = '.. |svn_revision| replace:: %s' % revision 
     115rst_prolog = '.. |revision| replace:: %s' % revision 
Note: See TracChangeset for help on using the changeset viewer.