X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=doc%2Fconf.py.in;h=0a967f473c892772762c663aef327553ab1c6fe6;hb=4fac8e2af6a10a02e4bd4dce67c6138d5d25dc23;hp=544f7c190ed56c11732daef0c8e00f07f2c3a80a;hpb=70c432982839980de6c1f8efe3a8ee0130e09c73;p=modules%2Fjobmanager.git diff --git a/doc/conf.py.in b/doc/conf.py.in index 544f7c1..0a967f4 100644 --- a/doc/conf.py.in +++ b/doc/conf.py.in @@ -39,16 +39,16 @@ master_doc = 'index' # General information about the project. project = 'jobmanager' -copyright = '2010-2013 CEA/DEN, EDF R&D, A. Ribes' +copyright = '2010-2014 CEA/DEN, EDF R&D, A. Ribes' # The version info for the project you're documenting, acts as replacement for # |version| and |release|, also used in various other places throughout the # built documents. # # The short X.Y version. -version = '@SHORT_VERSION@' +version = '@SALOMEJOBMANAGER_MAJOR_VERSION@.@SALOMEJOBMANAGER_MINOR_VERSION@' # The full version, including alpha/beta/rc tags. -release = '@VERSION@' +release = '@SALOMEJOBMANAGER_VERSION@' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. @@ -67,6 +67,11 @@ release = '@VERSION@' # for source files. exclude_trees = ['.build','ref','images','CVS'] +# A list of glob-style patterns that should be excluded when looking for source +# files. They are matched against the source file names relative to the +# source directory, using slashes as directory separators on all platforms. +exclude_patterns = ['**/CVS'] + # The reST default role (used for this markup: `text`) to use for all documents. #default_role = None @@ -111,7 +116,7 @@ html_theme = 'default' # Add any paths that contain custom static files (such as style sheets) here, # relative to this directory. They are copied after the builtin static files, # so a file named "default.css" will overwrite the builtin "default.css". -html_static_path = ['_static'] +html_static_path = ['@CMAKE_CURRENT_SOURCE_DIR@/_static'] # If not '', a 'Last updated on:' timestamp is inserted at every page bottom, # using the given strftime format.