X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=module_generator%2Fdoc_tmpl.py;h=9e820f2ddd6ab9cb981c13e5182dbb2776fee111;hb=cc7cc752cd3ec1a65c2453f68fb6df4b996642b1;hp=e61f2e44afb1a00730e0de44b880d4b49e47128f;hpb=5c8ede90327c7e68cdb9a599d553778a9c32996d;p=tools%2Fyacsgen.git diff --git a/module_generator/doc_tmpl.py b/module_generator/doc_tmpl.py index e61f2e4..9e820f2 100644 --- a/module_generator/doc_tmpl.py +++ b/module_generator/doc_tmpl.py @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2016 EDF R&D +# Copyright (C) 2009-2022 EDF R&D # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public @@ -20,15 +20,13 @@ try: from string import Template except: - from compat import Template,set + from module_generator.compat import Template,set # CMakeLists.txt in doc directory # template parameters: # module : module name # files : doc source files (.rst) docmakefile=""" -INCLUDE($${KERNEL_ROOT_DIR}/salome_adm/cmake_files/SalomeMacros.cmake) - SET(RSTFILES ${files} ) @@ -106,7 +104,7 @@ master_doc = 'index' # General information about the project. project = u'${module}' -copyright = u'2010-2015' +copyright = u'2010-2022' # The version info for the project you're documenting, acts as replacement for # |version| and |release|, also used in various other places throughout the