From: Nicolas CROUZET - SFME/LGLS Date: Tue, 17 Nov 2020 18:00:15 +0000 (+0100) Subject: maj version dans conf.py X-Git-Tag: 5.7.0~1 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=4f6d62abd624c04803363782a7ef526f4f2e89d8;p=tools%2Fsat.git maj version dans conf.py --- diff --git a/doc/src/conf.py b/doc/src/conf.py index 94cf730..b3a75d2 100644 --- a/doc/src/conf.py +++ b/doc/src/conf.py @@ -61,9 +61,9 @@ copyright = u'2019, CEA' # built documents. # # The short X.Y version. -version = '5.5' +version = '5.7' # The full version, including alpha/beta/rc tags. -release = '5.5.0' +release = '5.7.0' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. @@ -227,7 +227,7 @@ latex_elements = { # (source start file, target name, title, author, documentclass [howto/manual]). latex_documents = [ ('index', 'salomeTools.tex', u'SAT Documentation', - u'CEA DEN/DANS/DM2S/STMF/LGLS', 'manual'), + u'CEA DES/ISAS/DM2S/STMF/LGLS', 'manual'), ] # The name of an image file (relative to this directory) to place at the top of @@ -260,7 +260,7 @@ latex_show_urls = 'footnote' # sphinx version 1.7 # True # (source start file, name, description, authors, manual section). man_pages = [ ('index', 'salometools', u'SAT Documentation', - [u'CEA DEN/DANS/DM2S/STMF/LGLS'], 1) + [u'CEA DES/ISAS/DM2S/STMF/LGLS'], 1) ]