doc/book/en/conf.py
branchstable
changeset 5257 a31fbcfa8c3b
parent 5256 3f95d10fef94
child 5269 2e5bc78d05f3
equal deleted inserted replaced
5256:3f95d10fef94 5257:a31fbcfa8c3b
    30 # General configuration
    30 # General configuration
    31 # ---------------------
    31 # ---------------------
    32 
    32 
    33 # Add any Sphinx extension module names here, as strings. They can be extensions
    33 # Add any Sphinx extension module names here, as strings. They can be extensions
    34 # coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
    34 # coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
    35 extensions = ['sphinx.ext.autodoc', 'logilab.common.sphinx_ext']#, 'sphinxcontrib.aafig']
    35 extensions = ['sphinx.ext.autodoc', 'logilab.common.sphinx_ext']
    36 autoclass_content = 'both'
    36 autoclass_content = 'both'
    37 # Add any paths that contain templates here, relative to this directory.
    37 # Add any paths that contain templates here, relative to this directory.
    38 #templates_path = []
    38 #templates_path = []
    39 
    39 
    40 # The suffix of source filenames.
    40 # The suffix of source filenames.
    95 #html_style = 'sphinx-default.css'
    95 #html_style = 'sphinx-default.css'
    96 
    96 
    97 # The name for this set of Sphinx documents.  If None, it defaults to
    97 # The name for this set of Sphinx documents.  If None, it defaults to
    98 # "<project> v<release> documentation".
    98 # "<project> v<release> documentation".
    99 html_title = '%s %s' % (project, release)
    99 html_title = '%s %s' % (project, release)
   100 html_theme = 'lglb_doc'
   100 html_theme = 'standard_theme'
   101 html_theme_path = ['_theme']
   101 html_theme_path = ['.']
   102 
   102 
   103 # A shorter title for the navigation bar.  Default is the same as html_title.
   103 # A shorter title for the navigation bar.  Default is the same as html_title.
   104 #html_short_title = None
   104 #html_short_title = None
   105 
   105 
   106 # The name of an image file (within the static path) to place at the top of
   106 # The name of an image file (within the static path) to place at the top of