doc/conf.py
changeset 10496 e95b559a06a2
parent 10494 b6f00889355c
child 11057 0b59724cb3f2
equal deleted inserted replaced
10495:5bd914ebf3ae 10496:e95b559a06a2
     1 # -*- coding: utf-8 -*-
     1 # -*- coding: utf-8 -*-
     2 # copyright 2003-2014 LOGILAB S.A. (Paris, FRANCE), all rights reserved.
     2 # copyright 2003-2015 LOGILAB S.A. (Paris, FRANCE), all rights reserved.
     3 # contact http://www.logilab.fr/ -- mailto:contact@logilab.fr
     3 # contact http://www.logilab.fr/ -- mailto:contact@logilab.fr
     4 #
     4 #
     5 # This file is part of CubicWeb.
     5 # This file is part of CubicWeb.
     6 #
     6 #
     7 # CubicWeb is free software: you can redistribute it and/or modify it under the
     7 # CubicWeb is free software: you can redistribute it and/or modify it under the
    67 # The master toctree document.
    67 # The master toctree document.
    68 master_doc = 'index'
    68 master_doc = 'index'
    69 
    69 
    70 # General substitutions.
    70 # General substitutions.
    71 project = 'CubicWeb'
    71 project = 'CubicWeb'
    72 copyright = '2001-2014, Logilab'
    72 copyright = '2001-2015, Logilab'
    73 
    73 
    74 # The default replacements for |version| and |release|, also used in various
    74 # The default replacements for |version| and |release|, also used in various
    75 # other places throughout the built documents.
    75 # other places throughout the built documents.
    76 #
    76 #
    77 # The short X.Y version.
    77 # The short X.Y version.
    86 today_fmt = '%B %d, %Y'
    86 today_fmt = '%B %d, %Y'
    87 
    87 
    88 # List of documents that shouldn't be included in the build.
    88 # List of documents that shouldn't be included in the build.
    89 unused_docs = []
    89 unused_docs = []
    90 
    90 
    91 # List of directories, relative to source directories, that shouldn't be searched
    91 # A list of glob-style patterns that should be excluded when looking
    92 # for source files.
    92 # for source files. [1] They are matched against the source file names
    93 #exclude_dirs = []
    93 # relative to the source directory, using slashes as directory
       
    94 # separators on all platforms.
       
    95 exclude_patterns = ['book/_maybe_to_integrate']
    94 
    96 
    95 # The reST default role (used for this markup: `text`) to use for all documents.
    97 # The reST default role (used for this markup: `text`) to use for all documents.
    96 #default_role = None
    98 #default_role = None
    97 
    99 
    98 # If true, '()' will be appended to :func: etc. cross-reference text.
   100 # If true, '()' will be appended to :func: etc. cross-reference text.