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 15574 for NEMO/branches/2021/dev_r14318_RK3_stage1/doc/rst/source/conf.py – NEMO

Ignore:
Timestamp:
2021-12-03T20:32:50+01:00 (3 years ago)
Author:
techene
Message:

#2605 #2715 trunk merged into dev_r14318_RK3_stage1

Location:
NEMO/branches/2021/dev_r14318_RK3_stage1
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • NEMO/branches/2021/dev_r14318_RK3_stage1

    • Property svn:externals
      •  

        old new  
        99 
        1010# SETTE 
        11 ^/utils/CI/sette@14244        sette 
         11^/utils/CI/sette@HEAD        sette 
         12 
  • NEMO/branches/2021/dev_r14318_RK3_stage1/doc/rst/source/conf.py

    r11907 r15574  
    4343# General information about the project. 
    4444project = u'NEMO' 
    45 copyright = u'2019, NEMO Consortium' 
     45copyright = u'2020, NEMO Consortium' 
    4646 
    4747# The version info for the project you're documenting, acts as replacement for 
     
    5050# 
    5151# The short X.Y version. 
    52 version = 'trk' 
     52version = 'trunk' 
    5353# The full version, including alpha/beta/rc tags. 
    5454release = 'trunk' 
     
    279279# Default language to highlight set to fortran 
    280280highlight_language = 'fortran' 
     281 
     282# Extra setting for sphinxcontrib.bibtex upgrade to 2.X.X branche 
     283bibtex_bibfiles = ['cfgs.bib', 'ref.bib', 'tests.bib', 'zooms.bib'] 
Note: See TracChangeset for help on using the changeset viewer.