]> SALOME platform Git repositories - tools/sat.git/commitdiff
Salome HOME
maj version dans conf.py
authorNicolas CROUZET - SFME/LGLS <crouzet@is228840.intra.cea.fr>
Tue, 17 Nov 2020 18:00:15 +0000 (19:00 +0100)
committerNicolas CROUZET - SFME/LGLS <crouzet@is228840.intra.cea.fr>
Tue, 17 Nov 2020 18:00:15 +0000 (19:00 +0100)
doc/src/conf.py

index 94cf73080172c4f36b24085f69a46efca7d72474..b3a75d205f514ccadb22f31a5e9c2e2c57fb052e 100644 (file)
@@ -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)
 ]