doc/conf.py
changeset 1 88d637274072
parent 0 b97547f5f1fa
child 31 6cb1b501a044
equal deleted inserted replaced
0:b97547f5f1fa 1:88d637274072
    21 # General configuration
    21 # General configuration
    22 # ---------------------
    22 # ---------------------
    23 
    23 
    24 # Add any Sphinx extension module names here, as strings. They can be extensions
    24 # Add any Sphinx extension module names here, as strings. They can be extensions
    25 # coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
    25 # coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
    26 extensions = []
    26 extensions = ['sphinx.ext.autodoc']
    27 
    27 autoclass_content = 'both'
    28 # Add any paths that contain templates here, relative to this directory.
    28 # Add any paths that contain templates here, relative to this directory.
    29 templates_path = ['.templates']
    29 templates_path = ['.templates']
    30 
    30 
    31 # The suffix of source filenames.
    31 # The suffix of source filenames.
    32 source_suffix = '.txt'
    32 source_suffix = '.txt'
   120 # Additional templates that should be rendered to pages, maps page names to
   120 # Additional templates that should be rendered to pages, maps page names to
   121 # template names.
   121 # template names.
   122 #html_additional_pages = {}
   122 #html_additional_pages = {}
   123 
   123 
   124 # If false, no module index is generated.
   124 # If false, no module index is generated.
   125 #html_use_modindex = True
   125 html_use_modindex = True
   126 
   126 
   127 # If false, no index is generated.
   127 # If false, no index is generated.
   128 #html_use_index = True
   128 #html_use_index = True
   129 
   129 
   130 # If true, the index is split into individual pages for each letter.
   130 # If true, the index is split into individual pages for each letter.
   137 # contain a <link> tag referring to it.  The value of this option must be the
   137 # contain a <link> tag referring to it.  The value of this option must be the
   138 # base URL from which the finished HTML is served.
   138 # base URL from which the finished HTML is served.
   139 #html_use_opensearch = ''
   139 #html_use_opensearch = ''
   140 
   140 
   141 # If nonempty, this is the file name suffix for HTML files (e.g. ".xhtml").
   141 # If nonempty, this is the file name suffix for HTML files (e.g. ".xhtml").
   142 #html_file_suffix = ''
   142 html_file_suffix = '.html'
   143 
   143 
   144 # Output file base name for HTML help builder.
   144 # Output file base name for HTML help builder.
   145 htmlhelp_basename = 'Cubicwebdoc'
   145 htmlhelp_basename = 'Cubicwebdoc'
   146 
   146 
   147 
   147